tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Swap should only be enabled when swap frfr
bwc9876.dev
4 months ago
a615af59
ba94e94a
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
nixosModules
disks.nix
+1
-1
nixosModules/disks.nix
···
43
43
device = swapPart;
44
44
};
45
45
};
46
46
-
swapDevices = [
46
46
+
swapDevices = lib.mkIf conf.swap [
47
47
{
48
48
device =
49
49
if conf.luks