diff --git a/common/users/other.nix b/common/users/other.nix index b80a0bf..2df3d05 100644 --- a/common/users/other.nix +++ b/common/users/other.nix @@ -41,6 +41,8 @@ in { home-manager.users.twi = (import ./twi); + nix.settings.trusted-users = [ "twi" ]; + users.users.vic = { isNormalUser = true; extraGroups = [ "wheel" "libvirtd" "adbusers" "dialout" "within" ];