From 2044bda99f44b853eba91d8391da6f9b321a63f5 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 25 Feb 2023 08:05:11 -0500 Subject: [PATCH] curse twi with power Signed-off-by: Xe Iaso --- common/users/other.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];