diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index 38c0cf5..aad751c 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -146,11 +146,6 @@ in SUBSYSTEM=="video4linux", ATTRS{idProduct}=="0002", ATTRS{idVendor}=="1d6b", SYMLINK+="hdmi_capture" ''; - swapDevices = [{ - device = "/swapfile"; - size = 8 * 1024; - }]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave diff --git a/hosts/nextcloud.nix b/hosts/nextcloud.nix index b826d63..c5ac748 100644 --- a/hosts/nextcloud.nix +++ b/hosts/nextcloud.nix @@ -6,7 +6,7 @@ in services.nextcloud = { enable = true; https = true; - package = pkgs.nextcloud28; + package = pkgs.nextcloud27; hostName = hostName; datadir = "/data/nextcloud"; config = {