ctucx.git: nixfiles

ctucx' nixfiles

commit 77d3931ea2e25acacb4a821b76f34fdfb830a3af
parent 48ba5e55bd1156abfba763c780252da204700665
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 16 Jan 2023 13:01:29 +0100

machines/lollo/scanner-sftp: persist `/ads1700w`
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/machines/lollo/scanner-sftp.nix b/machines/lollo/scanner-sftp.nix
@@ -1,6 +1,9 @@
 { pkgs, ... }:
 
 {
+
+  environment.persistence."/nix/persist".directories = [ "/ads1700w" ];
+
   users.users.ads1700w = {
     isNormalUser = true;
     createHome   = false;