Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

Disable bluetooth at boot and persist rfkill state

+2 -1
+1 -1
lutea/hardware.nix
··· 112 112 block.defaultScheduler = "kyber"; 113 113 bluetooth = { 114 114 enable = true; 115 - powerOnBoot = true; 115 + powerOnBoot = false; 116 116 }; 117 117 cpu.intel.updateMicrocode = true; 118 118 enableRedistributableFirmware = true;
+1
modules/basic.nix
··· 27 27 "/var/log" 28 28 "/var/lib/nixos" 29 29 "/var/lib/systemd/coredump" 30 + "/var/lib/systemd/rfkill" 30 31 { 31 32 directory = "/var/lib/private"; 32 33 mode = "0700";