Flake for my NixOS devices

Swap should only be enabled when swap frfr

bwc9876.dev a615af59 ba94e94a

verified
+1 -1
+1 -1
nixosModules/disks.nix
··· 43 43 device = swapPart; 44 44 }; 45 45 }; 46 - swapDevices = [ 46 + swapDevices = lib.mkIf conf.swap [ 47 47 { 48 48 device = 49 49 if conf.luks