feature/starr #216

Merged
ahuston-0 merged 2 commits from feature/starr into main 2026-04-18 20:33:38 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6e8246672d - Show all commits

View File

@@ -34,8 +34,7 @@
loader.grub.device = "/dev/sda"; loader.grub.device = "/dev/sda";
useSystemdBoot = true; useSystemdBoot = true;
kernelParams = [ kernelParams = [
"i915.force_probe=56a5" "xe.force_probe=56a5"
"i915.enable_guc=2"
]; ];
kernel.sysctl = { kernel.sysctl = {
"vm.overcommit_memory" = lib.mkForce 1; "vm.overcommit_memory" = lib.mkForce 1;

View File

@@ -58,6 +58,7 @@ in
volumes = [ "${nextcloud_path}/nc_data:/var/www/html:ro" ]; volumes = [ "${nextcloud_path}/nc_data:/var/www/html:ro" ];
extraOptions = [ extraOptions = [
"--device=/dev/dri:/dev/dri" "--device=/dev/dri:/dev/dri"
"--network=nextcloud_default"
]; ];
}; };
collabora-code = { collabora-code = {