Compare commits
2 commits
74ae6096fd
...
9602ab9539
Author | SHA1 | Date | |
---|---|---|---|
Julien Malka | 9602ab9539 | ||
Julien Malka | be798718ce |
|
@ -18,12 +18,12 @@ in
|
|||
openssh.authorizedKeys.keyFiles = [ ./keys/raito.keys ];
|
||||
};
|
||||
|
||||
# Julien Malka
|
||||
# Luj
|
||||
luj = {
|
||||
isNormalUser = true;
|
||||
home = "/home/luj";
|
||||
extraGroups = extraGroups ++ [ "production-hydra-db" ];
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
shell = "/run/current-system/sw/bin/bash";
|
||||
uid = 1001;
|
||||
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue