rename niklas

main
Julien Malka 5 months ago
parent 4b452f8818
commit b5f4697ad1
No known key found for this signature in database
GPG Key ID: 6FC74C847011FD83

@ -66,6 +66,6 @@ in
};
};
nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" "fuckuniklas" ];
nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" "niklas" ];
};
}

@ -24,9 +24,9 @@ in
extraGroups = [ "wheel" ] ++ trustedFriendGroups;
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
};
fuckuniklas = {
niklas = {
isNormalUser = true;
home = "/home/fuckuniklas";
home = "/home/niklas";
shell = "/run/current-system/sw/bin/zsh";
uid = 2002;
extraGroups = trustedFriendGroups;

Loading…
Cancel
Save