aboutsummaryrefslogtreecommitdiff
path: root/systems/cobalt
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 0287445..0d861ec 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -168,6 +168,10 @@ in
persistence = {
enable = true;
storagePath = "/persist";
+
+ directories = [
+ "/var/lib/nixos"
+ ];
};
binary-cache.enable = true;