diff --git a/home-pc.nix b/home-pc.nix index 4f4deb6..0d48b9a 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -14,6 +14,8 @@ ./services/pcscd.nix ]; + # declarative config broken atm: https://github.com/NixOS/nixpkgs/issues/91986 + # { device = "/swap/swapfile"; size = 8192; } swapDevices = [{ device = "/swap/swapfile"; }]; nixpkgs.config.allowUnfree = true;