no wheel for thy

This commit is contained in:
2024-07-31 21:47:36 +02:00
parent aa52db52e3
commit c94f8ff0fa
8 changed files with 32 additions and 10 deletions
+4 -1
View File
@@ -2,11 +2,14 @@
{
programs.zsh.enable = true;
nix.settings.allowed-users = [ "eirikwit" ];
nix.settings.trusted-users = [ "eirikwit" ];
users.users.eirikwit = {
isNormalUser = true;
uid = 1005;
description = "eirik";
extraGroups = [ "wheel" ]; # TODO: NAS stuff
extraGroups = [ "users" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [