group changes
This commit is contained in:
parent
eedca9b180
commit
fb0c3bda81
1 changed files with 4 additions and 1 deletions
|
|
@ -118,7 +118,10 @@
|
||||||
locations."/".proxyPass = "http://127.0.0.1:${toString cfg.phx.port}";
|
locations."/".proxyPass = "http://127.0.0.1:${toString cfg.phx.port}";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users."zoeyscomputer-phx" = {};
|
users.users."zoeyscomputer-phx" = {
|
||||||
|
isSystemUser = true;
|
||||||
|
group = ["zoeyscomputer-phx"];
|
||||||
|
};
|
||||||
users.groups."zoeyscomputer-phx" = {};
|
users.groups."zoeyscomputer-phx" = {};
|
||||||
|
|
||||||
# Create a oneshot service to set up the database user with password
|
# Create a oneshot service to set up the database user with password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue