fixed opsie

This commit is contained in:
emily 2024-05-16 21:53:17 +02:00
parent a1719b8529
commit 1dd90010a5
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -23,7 +23,9 @@ in {
config = mkIf cfg.enable {
users.groups.update-nixfiles = {};
users.users.update-nixfiles = {
createHome = true;
group = "update-nixfiles";
home = "/var/lib/update-nixfiles";
isSystemUser = true;
useDefaultShell = true;
};