users/friends: allow linus to be root

pull/2/head
Raito Bezarius 8 months ago
parent 5a1aa0eef7
commit 80099f64ab

@ -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 ];
};
};

Loading…
Cancel
Save