chore: update flakes

This commit is contained in:
2025-08-15 21:33:22 +02:00
parent 3737a61fa5
commit 28c430568d
38 changed files with 93 additions and 119 deletions

View File

@@ -5,9 +5,9 @@
...
}:
with lib; let
cfg = config.system.users;
cfg = config.mySystem.users;
in {
options.system.users = {
options.mySystem.users = {
root.disablePassword = mkEnableOption "Disables root password";
phundrak.enable = mkEnableOption "Enables users phundrak";
};