this repo has no description
1
fork

Configure Feed

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

If no swap no swap uh oh

Ben C 41b528fd 6e73ea61

+1 -1
+1 -1
nixosModules/disks.nix
··· 39 39 "cryptroot" = { 40 40 device = primaryPart; 41 41 }; 42 - "cryptswap" = { 42 + "cryptswap" = lib.mkIf conf.swap { 43 43 device = swapPart; 44 44 }; 45 45 };