diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
| commit | 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch) | |
| tree | ef454e299f49cbb58e1b9fbafd0b759b4379ac2a /hosts | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/pad/default.nix | 14 | ||||
| -rw-r--r-- | hosts/station/boot.nix | 2 | ||||
| -rw-r--r-- | hosts/station/default.nix | 14 |
3 files changed, 14 insertions, 16 deletions
diff --git a/hosts/pad/default.nix b/hosts/pad/default.nix index 738e407..575f8e9 100644 --- a/hosts/pad/default.nix +++ b/hosts/pad/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/intel + ./boot.nix + ./network.nix + ]; system = { autoUpgrade = { 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 = { |
