From 4f8f77441dc28159d6ec44e8db25518e9543cc5a Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Mon, 7 Sep 2020 12:48:54 +0200 Subject: [PATCH] feat: specify swapDevices --- home-pc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-pc.nix b/home-pc.nix index f2aa6df..c6ba03a 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -13,6 +13,8 @@ ./services/jellyfin.nix ]; + swapDevices = [ { device = "/swap/swapfile"; } ]; + nixpkgs.config.allowUnfree = true; nixpkgs.config.permittedInsecurePackages = [