still fail at virt-manager
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
checkTime = "(cd /synced/work_drive/TS && nix run)";
|
||||
checkWaylandWindowsKDE = "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole";
|
||||
collectGarbage = "sudo nix-collect-garbage --delete-older-than 7d && nix-collect-garbage --delete-older-than 7d";
|
||||
edit = "nvim ~/projects/github/nix-config";
|
||||
edit = "cd ~/projects/github/nix-config && nvim .";
|
||||
ll = "ls -l";
|
||||
ssh = "TERM=xterm-256color ssh";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
|
||||
@@ -34,6 +34,7 @@ in
|
||||
file
|
||||
unzip
|
||||
lsof
|
||||
lshw
|
||||
screen
|
||||
tmux
|
||||
fatrace # monitor filesystem events
|
||||
|
||||
@@ -42,7 +42,7 @@ in
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
services.spice-vdagentd.enable = true;
|
||||
users.users.${config.mainUser.name}.extraGroups = [ "libvirtd" ];
|
||||
users.users.${config.mainUser.name}.extraGroups = [ "libvirtd" "kvm" "input" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user