this repo has no description
1
fork

Configure Feed

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

Swap should only be enabled when swap frfr

Ben C a615af59 ba94e94a

+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