This commit is contained in:
Chris Kruining 2025-04-01 19:58:31 +02:00
parent 941801e94f
commit c6933ae16a
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
7 changed files with 150 additions and 78 deletions

View file

@ -27,11 +27,11 @@ in
];
users = {
users."${user}" = {
users.${user} = {
isSystemUser = true;
group = group;
};
groups."${group}" = {};
groups.${group} = {};
};
system.activationScripts.var = mkForce ''