diff --git a/hosts/box/glance.nix b/hosts/box/glance.nix index 0a9bcfe..5c393ab 100644 --- a/hosts/box/glance.nix +++ b/hosts/box/glance.nix @@ -87,7 +87,7 @@ } { title = "Gossa"; - url = "http://192.168.0.131:9000"; + url = "http://192.168.0.131:9000"; } { title = "Radicale"; diff --git a/modules/common/libvirt.nix b/modules/common/libvirt.nix index c2a7940..7158eb1 100644 --- a/modules/common/libvirt.nix +++ b/modules/common/libvirt.nix @@ -11,12 +11,12 @@ swtpm.enable = true; ovmf = { enable = true; - packages = [ - (pkgs.OVMF.override { - secureBoot = true; - tpmSupport = true; - }).fd - ]; + #packages = [ + # (pkgs.OVMF.override { + # secureBoot = true; + # tpmSupport = true; + # }).fd + #]; }; }; };