diff --git a/hosts/facade.nix b/hosts/facade.nix index 1d126fe..dcf98d4 100644 --- a/hosts/facade.nix +++ b/hosts/facade.nix @@ -6,6 +6,8 @@ (modulesPath + "/virtualisation/digital-ocean-config.nix") ]; + swapDevices = [{ device = "/swapfile"; size = 2048; }]; + nixpkgs.config.allowUnfree = true; nix = { package = pkgs.nixUnstable;