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 ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/raito.keys ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Julien Malka
|
# Luj
|
||||||
luj = {
|
luj = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/luj";
|
home = "/home/luj";
|
||||||
extraGroups = extraGroups ++ [ "production-hydra-db" ];
|
extraGroups = extraGroups ++ [ "production-hydra-db" ];
|
||||||
shell = "/run/current-system/sw/bin/zsh";
|
shell = "/run/current-system/sw/bin/bash";
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue