rename niklas
This commit is contained in:
parent
4b452f8818
commit
b5f4697ad1
|
@ -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;
|
extraGroups = [ "wheel" ] ++ trustedFriendGroups;
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
|
||||||
};
|
};
|
||||||
fuckuniklas = {
|
niklas = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/fuckuniklas";
|
home = "/home/niklas";
|
||||||
shell = "/run/current-system/sw/bin/zsh";
|
shell = "/run/current-system/sw/bin/zsh";
|
||||||
uid = 2002;
|
uid = 2002;
|
||||||
extraGroups = trustedFriendGroups;
|
extraGroups = trustedFriendGroups;
|
||||||
|
|
Loading…
Reference in a new issue