nix update required to compile

This commit is contained in:
2026-04-04 15:20:53 -05:00
parent 6ac626aa9f
commit 11d3569bab
3 changed files with 79 additions and 62 deletions
+1 -3
View File
@@ -14,7 +14,7 @@
];
# user persisted dirs
home.persistence."/persist/home/sysAdmin" = {
home.persistence."/persist" = {
directories = [
".ssh"
"rp"
@@ -24,10 +24,8 @@
".config/sops/age/keys.txt"
];
allowOther = true;
};
home.stateVersion = "24.11";
programs.home-manager.enable = true;