Updated Flake and resolved Warnings
CI / check (push) Failing after 3m53s

This commit is contained in:
2026-06-25 14:30:30 +02:00
parent 191197f7ee
commit 35b9544b64
7 changed files with 78 additions and 79 deletions
@@ -21,6 +21,7 @@
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
zfs.forceImportRoot = false;
};
fileSystems = {
@@ -86,8 +87,5 @@
}
];
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}
@@ -31,6 +31,7 @@
extraModprobeConfig = ''
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
'';
zfs.forceImportRoot = false;
};
sops = {
@@ -20,7 +20,9 @@
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
zfs.forceImportRoot = false;
};
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXROOT";
@@ -20,7 +20,9 @@
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
zfs.forceImportRoot = false;
};
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXROOT";
+1 -2
View File
@@ -23,6 +23,7 @@
};
kernelModules = [ ];
extraModulePackages = [ ];
zfs.forceImportRoot = false;
};
fileSystems = {
@@ -42,6 +43,4 @@
};
swapDevices = [ ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}