fix memories
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m38s

This commit is contained in:
2026-04-18 20:28:39 -04:00
parent b80322f58a
commit 6e8246672d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 = {