nixos/modules/swap.nix
2025-02-06 16:06:21 +01:00

4 lines
123 B
Nix

{ config, pkgs, nixpkgs, ... }:
{swapDevices.*.randomEncryption.enable = false; #used to be enabled - I set it to false
}