diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/station/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
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 = { |
