diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 01:29:41 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 21:23:19 +0100 |
| commit | 72a532244594a370f597babf700fb013123d8c17 (patch) | |
| tree | 0cdfcd4dea9cf3696c4f5c131c0e15283a328e43 /modules/virt.nix | |
| parent | 466adabc7229bda8119fa27820ceea659979b3f5 (diff) | |
Secrets via nixos-sops, caldav and fixed virt
Diffstat (limited to 'modules/virt.nix')
| -rw-r--r-- | modules/virt.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/virt.nix b/modules/virt.nix index feb27c7..597b957 100644 --- a/modules/virt.nix +++ b/modules/virt.nix @@ -22,8 +22,6 @@ in qemu = { swtpm.enable = true; vhostUserPackages = with pkgs; [ virtiofsd ]; - ovmf.enable = true; - ovmf.packages = [ pkgs.OVMFFull.fd ]; }; }; }; |
