added users
This commit is contained in:
parent
b2db2dc9f9
commit
ad0d0c3a55
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@
|
||||||
source = "${tarball}/static";
|
source = "${tarball}/static";
|
||||||
};
|
};
|
||||||
environment.systemPackages = [pkgs.openssl];
|
environment.systemPackages = [pkgs.openssl];
|
||||||
users."sTodo" = {
|
users.groups."sTodo".name = "sTodo";
|
||||||
|
users.users."sTodo" = {
|
||||||
name = "sTodo";
|
name = "sTodo";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "sTodo";
|
group = "sTodo";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue