This commit is contained in:
2026-03-24 13:00:41 +03:00
parent 163b7549e2
commit 5554de588b
14 changed files with 119 additions and 28 deletions
+14 -1
View File
@@ -10,11 +10,24 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.initrd.systemd.enable = true;
boot.initrd.luks.fido2Support = false;
boot.initrd.luks.devices.cryptnixos.device = "/dev/disk/by-uuid/5a9c3975-0dad-4cb6-9998-3d443d81eae5";
boot.initrd.luks.devices.cryptnixos.crypttabExtraOpts = [ "fido2-device=auto" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [
"quiet"
"udev.log_level=3"
"systemd.show_status=0"
];
boot.consoleLogLevel = 0;
boot.initrd.verbose = false;
#boot.initrd.stage1Greeting = "";
#boot.stage2Greeting = "";
fileSystems."/" =
{ device = "/dev/disk/by-uuid/57528dff-a344-4f53-83e9-2959547fc44b";
{ device = "/dev/mapper/cryptnixos";
fsType = "btrfs";
options = [ "subvol=@" ];
};