From 0fe9a18a96b8bc8b588fa9299c1284ff9c89d720 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 2 Jun 2024 10:21:55 +0200 Subject: [PATCH 1/2] Rupert: Add swap --- hosts/Rupert.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index aad751c..38c0cf5 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -146,6 +146,11 @@ 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 From 4994a81881fcdd33c33acd9d6fc67a526c03b083 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 2 Jun 2024 10:22:04 +0200 Subject: [PATCH 2/2] Update Nextcloud to 28 --- hosts/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nextcloud.nix b/hosts/nextcloud.nix index c5ac748..b826d63 100644 --- a/hosts/nextcloud.nix +++ b/hosts/nextcloud.nix @@ -6,7 +6,7 @@ in services.nextcloud = { enable = true; https = true; - package = pkgs.nextcloud27; + package = pkgs.nextcloud28; hostName = hostName; datadir = "/data/nextcloud"; config = {