From 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 30 Nov 2025 22:59:43 +0100 Subject: huge restructure of modules --- hosts/station/boot.nix | 2 -- hosts/station/default.nix | 14 +++++++------- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'hosts/station') diff --git a/hosts/station/boot.nix b/hosts/station/boot.nix index 603ebf7..0d643ea 100644 --- a/hosts/station/boot.nix +++ b/hosts/station/boot.nix @@ -13,8 +13,6 @@ initrd = { luks.devices."luks-4d8ffefc-fb74-4628-9779-abc535146374".device = "/dev/disk/by-uuid/4d8ffefc-fb74-4628-9779-abc535146374"; - - kernelModules = ["amdgpu"]; }; }; } diff --git a/hosts/station/default.nix b/hosts/station/default.nix index bcd4615..628c43a 100644 --- a/hosts/station/default.nix +++ b/hosts/station/default.nix @@ -5,14 +5,14 @@ { imports = [ - # Include the results of the hardware scan. - ./hardware-configuration.nix + # Include the results of the hardware scan. + ./hardware-configuration.nix - # Base modules - ./boot.nix - ./hardware.nix - ./network.nix - ]; + # Base modules + ../../modules/amd + ./boot.nix + ./network.nix + ]; system = { autoUpgrade = { -- cgit v1.2.3