Add 'deploy' user
We'll use this to run our server process
This commit is contained in:
parent
e2461e9149
commit
c26aef1700
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue