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/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hosts/station/default.nix') 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