mini-2024-07-15-15-26-27

This commit is contained in:
Alexander Szczepanski
2024-07-15 15:26:27 +02:00
parent 4594dbe949
commit 7f0ad0a85e
2 changed files with 45 additions and 19 deletions

View File

@ -1,4 +1,7 @@
{ config, pkgs, lib, ... }:
# let
# unstable = import <nixos-unstable> { config.allowUnfree = true; };
# in
{
virtualisation = {
libvirtd = {
@ -10,6 +13,7 @@
enable = true;
packages = [
(pkgs.OVMF.override {
# (unstable.pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd