still fail at virt-manager
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
checkTime = "(cd /synced/work_drive/TS && nix run)";
|
checkTime = "(cd /synced/work_drive/TS && nix run)";
|
||||||
checkWaylandWindowsKDE = "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole";
|
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";
|
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";
|
ll = "ls -l";
|
||||||
ssh = "TERM=xterm-256color ssh";
|
ssh = "TERM=xterm-256color ssh";
|
||||||
update = "sudo nixos-rebuild switch";
|
update = "sudo nixos-rebuild switch";
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ in
|
|||||||
file
|
file
|
||||||
unzip
|
unzip
|
||||||
lsof
|
lsof
|
||||||
|
lshw
|
||||||
screen
|
screen
|
||||||
tmux
|
tmux
|
||||||
fatrace # monitor filesystem events
|
fatrace # monitor filesystem events
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ in
|
|||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
services.spice-vdagentd.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