fix: no home directory for dyndns user
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
users.users.dyndns = {
|
users.users.dyndns = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "dyndns";
|
group = "dyndns";
|
||||||
createHome = true;
|
|
||||||
home = /var/dyndns;
|
|
||||||
packages = [ pkgs.python313Packages.nc-dnsapi ];
|
packages = [ pkgs.python313Packages.nc-dnsapi ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user