add users

This commit is contained in:
zack 2024-10-21 20:38:35 -04:00
parent f4ef07084b
commit eedca9b180
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -118,6 +118,9 @@
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
systemd.services.init-zoeyscomputer-db = {
description = "Initialize ZoeysComputer Database User";