Update package pins

This commit is contained in:
Greg Hellings
2025-11-08 16:01:21 -06:00
parent c4119dd9b7
commit e8eef789d7
7 changed files with 116 additions and 139 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ in
options = "--delete-older-than 30d";
};
package = pkgs.nixStable;
package = pkgs.nixVersions.stable;
settings = {
cores = 0; # Use all cores for builds
-1
View File
@@ -72,7 +72,6 @@ in
"virbr0"
];
onBoot = "ignore"; # only restart VMs labeled 'autostart'
qemu.ovmf.enable = true;
};
virtualbox.host = lib.mkIf cfg.vbox {
enable = true;
-4
View File
@@ -48,10 +48,6 @@ with lib;
enable = true;
onBoot = "ignore"; # Do not auto-restart VMs on boot, unless they are marked autostart
qemu = {
ovmf = {
enable = true;
packages = [ pkgs.OVMFFull.fd ];
};
swtpm = {
enable = true;
package = pkgs.swtpm;