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:
Donovan Glover 2023-06-16 14:21:23 -04:00
parent aad7424764
commit 62feee858b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,6 +2,7 @@
let VARIABLES = import ../src/variables.nix; in {
containers.wine = {
privateNetwork = true;
ephemeral = true;
bindMounts = {
"/home/user" = {