aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
committeraethrvmn <me@aethrvmn.gr>2025-11-30 21:59:43 +0000
commit893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch)
treeef454e299f49cbb58e1b9fbafd0b759b4379ac2a /hosts
parentadded .lock to ignorelist (diff)
huge restructure of modules
Diffstat (limited to '')
-rw-r--r--hosts/pad/default.nix14
-rw-r--r--hosts/station/boot.nix2
-rw-r--r--hosts/station/default.nix14
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 = {
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.