From 9fe280f753377c43d3a62ffc04d80520aaae5cbc Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 8 Jan 2026 14:40:59 +0100 Subject: [PATCH] re-enable wheatley --- flake.nix | 20 ++++++++++---------- nixos/hosts/wheatley/configuration.nix | 2 ++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 888c106..8933b57 100644 --- a/flake.nix +++ b/flake.nix @@ -259,16 +259,16 @@ ]; }; - # wheatley = nixpkgs.lib.nixosSystem { - # system = "aarch64-linux"; - # specialArgs = {inherit inputs outputs;}; - # modules = - # sharedModules - # ++ [ - # {_module.args = {inherit pkgs-edge;};} - # ./nixos/hosts/wheatley/configuration.nix - # ]; - # }; + wheatley = nixpkgs.lib.nixosSystem { + system = "aarch64-linux"; + specialArgs = {inherit inputs outputs;}; + modules = + sharedModules + ++ [ + {_module.args = {inherit pkgs-edge;};} + ./nixos/hosts/wheatley/configuration.nix + ]; + }; }; }; } diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index ff89965..6572219 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -16,6 +16,8 @@ # Import shared settings ]; + preservation.enable = lib.mkForce false; + hardware.enableRedistributableFirmware = true; powerManagement.cpuFreqGovernor = "ondemand"; hardware.graphics.enable = true;