User management module #80

Merged
kalipso merged 8 commits from issue77 into master 2025-03-04 17:22:24 +01:00
Showing only changes of commit 505354078b - Show all commits

View File

@@ -9,7 +9,6 @@ in
imports =
[ # Include the results of the hardware scan.
#./hardware-configuration.nix
../modules/malobeo_user.nix
../modules/sshd.nix
../modules/minimal_tools.nix
../modules/autoupdate.nix
@@ -18,6 +17,7 @@ in
inputs.self.nixosModules.malobeo.disko
inputs.self.nixosModules.malobeo.microvm
inputs.self.nixosModules.malobeo.metrics
inputs.self.nixosModules.malobeo.users
];
malobeo.metrics = {
@@ -43,6 +43,10 @@ in
'';
};
malobeo.users = {
malobeo = true;
admin = true;
};
malobeo.disks = {
enable = true;