Compare commits
No commits in common. "c2068a30ff1c9208fcc236b451d8b46db7f69a5c" and "5804ff31ff89b4a49d619860c4a3855ead73773f" have entirely different histories.
c2068a30ff
...
5804ff31ff
|
@ -38,7 +38,6 @@
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
haskellPackages.dice
|
haskellPackages.dice
|
||||||
rustdesk-flutter
|
|
||||||
|
|
||||||
] ++ lib.optionals config.frogeye.desktop.xorg [
|
] ++ lib.optionals config.frogeye.desktop.xorg [
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,6 @@
|
||||||
users.users.geoffrey.extraGroups = [ "docker" ];
|
users.users.geoffrey.extraGroups = [ "docker" ];
|
||||||
})
|
})
|
||||||
(lib.mkIf config.frogeye.dev.vm {
|
(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 = {
|
virtualisation = {
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue