summaryrefslogtreecommitdiff
path: root/machines.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines.nix')
-rw-r--r--machines.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines.nix b/machines.nix
index e2bb4b7..d5d6e98 100644
--- a/machines.nix
+++ b/machines.nix
@@ -39,8 +39,8 @@
{
services.guix = {
enable = true;
- stateDir = "/gnu/var";
};
+ environment.persistence."/persist".directories = ["/var/guix"];
}
];
};