Compare commits
No commits in common. "c2068a30ff1c9208fcc236b451d8b46db7f69a5c" and "5804ff31ff89b4a49d619860c4a3855ead73773f" have entirely different histories.
c2068a30ff
...
5804ff31ff
|
@ -38,7 +38,6 @@
|
|||
|
||||
# Misc
|
||||
haskellPackages.dice
|
||||
rustdesk-flutter
|
||||
|
||||
] ++ lib.optionals config.frogeye.desktop.xorg [
|
||||
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
users.users.geoffrey.extraGroups = [ "docker" ];
|
||||
})
|
||||
(lib.mkIf config.frogeye.dev.vm {
|
||||
# Required to mount filesystems. Also need to add
|
||||
# <binary path="/run/current-system/sw/bin/virtiofsd"/>
|
||||
# to the VM's filesystem XML config
|
||||
environment.systemPackages = [ pkgs.virtiofsd ];
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
|
|
Loading…
Reference in a new issue