From 6e8246672de56b6e4540822e5c3c4f71778bdbbf Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 18 Apr 2026 20:28:39 -0400 Subject: [PATCH] fix memories --- systems/palatine-hill/configuration.nix | 3 +-- systems/palatine-hill/docker/nextcloud.nix | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index f3d3eb4..11f7f7e 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -34,8 +34,7 @@ loader.grub.device = "/dev/sda"; useSystemdBoot = true; kernelParams = [ - "i915.force_probe=56a5" - "i915.enable_guc=2" + "xe.force_probe=56a5" ]; kernel.sysctl = { "vm.overcommit_memory" = lib.mkForce 1; diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index ea3fe70..9881792 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -58,6 +58,7 @@ in volumes = [ "${nextcloud_path}/nc_data:/var/www/html:ro" ]; extraOptions = [ "--device=/dev/dri:/dev/dri" + "--network=nextcloud_default" ]; }; collabora-code = {