From c4e36703c9e810827e427d8a5afb24bc1147ac07 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 19 Oct 2025 22:30:33 +0200 Subject: [PATCH] fix(host/fix): updating the hardware-configuration --- hosts/fix/configuration.nix | 4 ++-- hosts/fix/hardware-configuration.nix | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts/fix/configuration.nix b/hosts/fix/configuration.nix index 577f8d2..44d74f4 100644 --- a/hosts/fix/configuration.nix +++ b/hosts/fix/configuration.nix @@ -10,9 +10,9 @@ imports = [ ../global.nix ./hardware-configuration.nix - ../../modules/games/global.nix + ../../modules/games.nix ../../services/discord.nix - ../../services/games.nix + ../../services/server.nix ]; networking = { diff --git a/hosts/fix/hardware-configuration.nix b/hosts/fix/hardware-configuration.nix index 19d1abb..a202e4a 100644 --- a/hosts/fix/hardware-configuration.nix +++ b/hosts/fix/hardware-configuration.nix @@ -47,6 +47,10 @@ "/mnt/data" = { device = "/dev/disk/by-uuid/5729d30c-5806-4ccd-8a2a-080a258084dc"; fsType = "ext4"; + options = [ + "acl" + "exec" + ]; }; }; @@ -64,8 +68,6 @@ hardware = { graphics.enable = true; - driSupport32Bit = true; - steam-hardware.enable = true; nvidia = { open = false; modesetting.enable = true;