chore: update flake

This commit is contained in:
Leon Schwarzäugl 2025-10-21 13:15:14 +02:00
parent e07b3c2b6e
commit fb37690bc0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 3088 additions and 887 deletions

View file

@ -88,6 +88,9 @@
"jitsi-meet-1.0.8043"
"electron-29.4.6"
"SDL_ttf-2.0.11"
# audacity?
"mbedtls-2.28.10"
# "qtwebengine-5.15.19"
];
};
}

View file

@ -141,20 +141,22 @@ in
runAsRoot = true;
swtpm.enable = true;
vhostUserPackages = with pkgs; [ virtiofsd ];
ovmf = {
enable = true;
packages = [
(pkgs.OVMFFull.override {
secureBoot = true;
tpmSupport = true;
}).fd
];
};
# ovmf = {
# enable = true;
# packages = [
# (pkgs.OVMFFull.override {
# secureBoot = true;
# tpmSupport = true;
# }).fd
# ];
# };
};
};
};
environment.systemPackages = with pkgs; [
remmina
# gp-onsaml-gui
stable24_11.python39
qemu
packer