Added user setup

This commit is contained in:
Julien Malka 2021-12-11 13:36:08 +01:00
parent 42cd7bb365
commit 91361e1910
6 changed files with 64 additions and 51 deletions

View file

@ -3,11 +3,12 @@
users.users.julien = {
isNormalUser = true;
home = "/home/julien";
extraGroups = [ "wheel" ];
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
(pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys";
sha256 = "sha256:0lhvhdrzp2vphqhkcgl34xzn0sill6w7mgq8xh1akm1z1rsvd9v4";
sha256 = "sha256:d9IujbXim6tE3RYdwPwqRVMOEmRW/gbDkHlYn/QnG0w=";
})
];
};