@ -19,7 +19,9 @@ in
home = "/home/linus";
shell = "/run/current-system/sw/bin/zsh";
uid = 2001;
extraGroups = trustedFriendGroups;
# Raito: I allowed linus to be root to get some stuff done
# on behalf of me.
extraGroups = [ "wheel" ] ++ trustedFriendGroups;
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
};