Compare commits
2 commits
5804ff31ff
...
c2068a30ff
Author | SHA1 | Date | |
---|---|---|---|
Geoffrey Frogeye | c2068a30ff | ||
Geoffrey Frogeye | e305c6b1de |
|
@ -38,6 +38,7 @@
|
|||
|
||||
# Misc
|
||||
haskellPackages.dice
|
||||
rustdesk-flutter
|
||||
|
||||
] ++ lib.optionals config.frogeye.desktop.xorg [
|
||||
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
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