luks migration, home migration fixes
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m49s

This commit is contained in:
2026-05-03 17:33:56 -04:00
parent 43c026c451
commit b4233b8f1c
6 changed files with 59 additions and 24 deletions
+4 -1
View File
@@ -3,6 +3,7 @@
inputs,
outputs,
server,
home,
system,
...
}:
@@ -22,6 +23,9 @@
mutableUsers = lib.mkDefault false;
};
networking.firewall.enable = lib.mkDefault true;
}
// lib.optionalAttrs home {
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
@@ -34,5 +38,4 @@
};
};
networking.firewall.enable = lib.mkDefault true;
}