From 15d50528cf86e93bad19f65f1e4b47af49e94d71 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 12 Jun 2026 13:37:13 +0200 Subject: Nuked everything --- hosts/herra/configuration.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 hosts/herra/configuration.nix (limited to 'hosts/herra/configuration.nix') diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix deleted file mode 100644 index 4403d12..0000000 --- a/hosts/herra/configuration.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - pkgs, - lib, - ... -}: { - imports = [ - ./hardware-configuration.nix - ./file-system.nix - ./packages.nix - ./audio.nix - ./drivers.nix - ./steam.nix - ./network.nix - ./ai.nix - ]; - - networking.hostName = "herra"; - - # Dual-boot with Windows 11 - boot.loader.grub.useOSProber = true; - - # Gaming-optimized Zen kernel (overrides system/boot.nix) - # Includes: low-latency patches, BFQ scheduler, gaming optimizations - # Similar performance benefits to Bazzite kernel - boot.kernelPackages = lib.mkForce pkgs.linuxPackages_zen; -} -- cgit v1.2.3