add fwminex

This commit is contained in:
2023-09-13 12:17:43 +03:00
parent e12e139128
commit e38f446793
3 changed files with 137 additions and 1 deletions

View File

@@ -23,6 +23,11 @@
type = nullOr str;
default = null;
};
extraGroups = lib.mkOption {
type = listOf str;
default = [];
};
};
}
));
@@ -39,7 +44,7 @@
motiejus =
{
isNormalUser = true;
extraGroups = ["wheel"];
extraGroups = ["wheel"] ++ passwd.motiejus.extraGroups;
uid = myData.uidgid.motiejus;
openssh.authorizedKeys.keys = [myData.people_pubkeys.motiejus];
}