mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01:00
containers(wine): Implement impermanence
Useful to avoid certain things working due to a certain state, then forgetting what was changed over time.
This commit is contained in:
parent
aad7424764
commit
62feee858b
@ -2,6 +2,7 @@
|
|||||||
let VARIABLES = import ../src/variables.nix; in {
|
let VARIABLES = import ../src/variables.nix; in {
|
||||||
containers.wine = {
|
containers.wine = {
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
|
ephemeral = true;
|
||||||
|
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
"/home/user" = {
|
"/home/user" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user