too lazy to think of a message, so enjoy this pointless text. Good luck future me...
Some checks failed
Test action / Print hello world (push) Has been cancelled

This commit is contained in:
Chris Kruining 2025-09-22 14:38:15 +00:00
parent ff31c28d38
commit 5fba71dae4

View file

@ -123,15 +123,15 @@ in
mode = "0700"; mode = "0700";
}; };
}; };
};
users = { users = {
users = mkIf (cfg.user == "amarth") { users = mkIf (cfg.user == "amarth") {
amarth = { inherit (cfg) group; isSystemUser = true; }; amarth = { inherit (cfg) group; isSystemUser = true; };
}; };
groups = mkIf (cfg.group == "amarth") { groups = mkIf (cfg.group == "amarth") {
amarth = {}; amarth = {};
};
}; };
}; };