mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-29 10:09:30 +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 {
|
||||
containers.wine = {
|
||||
privateNetwork = true;
|
||||
ephemeral = true;
|
||||
|
||||
bindMounts = {
|
||||
"/home/user" = {
|
||||
|
Loading…
Reference in New Issue
Block a user