add users
This commit is contained in:
parent
f4ef07084b
commit
eedca9b180
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@
|
||||||
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.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
|
||||||
systemd.services.init-zoeyscomputer-db = {
|
systemd.services.init-zoeyscomputer-db = {
|
||||||
description = "Initialize ZoeysComputer Database User";
|
description = "Initialize ZoeysComputer Database User";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue