Add 'deploy' user

We'll use this to run our server process
This commit is contained in:
Eli Ribble 2025-01-02 10:16:32 -07:00
parent e2461e9149
commit c26aef1700
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@
# Set your time zone.
time.timeZone = "America/Phoenix";
users.groups.deploy = {};
users.users.deploy = {
extraGroups = [ "deploy" ];
isNormalUser = true;
};
users.users.eliribble = {
initialHashedPassword = "$y$j9T$XYOMZR8RZEiTnpaF8lsxv1$H7YbWDpzbnYXTLN0ZMhvtKOlSMy64P7C/RdLBaeaNf/";
isNormalUser = true;