diff options
author | lassulus <lass@aidsballs.de> | 2015-04-12 19:24:53 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-05-19 23:17:19 +0200 |
commit | b7dcc16362cb699e127535bdf38933d710963bf2 (patch) | |
tree | 7747ab6aa6c70de243df771a0f84fbbd42b58ddb /modules/uriel | |
parent | 985d1594fa3d64b1e182aea40112073a6dc5fd4c (diff) |
move mainUser config to extraUsers.mainUser
Diffstat (limited to 'modules/uriel')
-rw-r--r-- | modules/uriel/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/uriel/default.nix b/modules/uriel/default.nix index f572e44..f68d955 100644 --- a/modules/uriel/default.nix +++ b/modules/uriel/default.nix @@ -73,8 +73,7 @@ root = { hashedPassword = "$6$78Zog6OCAQn6tFCO$jpOPksguWEsOPz7u1r6kVApD0Zb2SqjFV8Gn1JCZevcMtBI.jm0CcojXvW.v23xWDt4wZE4KcxFSNWNU.E9ef."; }; - #main user - lass = { + mainUser = { uid = 1337; name = "lass"; #isNormalUser = true; |