diff options
Diffstat (limited to 'hosts/pad')
| -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 = { |
