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/pad | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to '')
| -rw-r--r-- | hosts/pad/default.nix | 14 |
1 files changed, 7 insertions, 7 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 = { |
