diff options
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 9ce6bf1..7683630 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -60,7 +60,7 @@ in #./www/ctf.emile.space.nix # ./www/magic-hash.emile.space.nix - ./www/mc.emile.space.nix + # ./www/mc.emile.space.nix # gemini # ./gemini/emile.space.nix @@ -68,7 +68,7 @@ in # general purpose modules # r2wars - ./www/r2wa.rs.nix + # ./www/r2wa.rs.nix # milliways # ./remarvin.nix @@ -552,15 +552,17 @@ in package = pkgs.qemu_kvm; runAsRoot = true; swtpm.enable = true; - # ovmf = { - # enable = true; - # packages = [ - # (pkgs.unstable.OVMF.override { - # secureBoot = true; - # tpmSupport = true; - # }).fd - # ]; - # }; + ovmf = { + enable = true; + packages = [ + ( + pkgs.OVMF.override { + secureBoot = true; + tpmSupport = true; + } + ).fd + ]; + }; }; }; podman = { |