diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/laptop/configuration.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index b761f5d..3a02d84 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -18,7 +18,7 @@ in # Include the results of the hardware scan. ./hardware-configuration.nix ../../modules/common.nix - ../../modules/dev.nix + ../../modules/llm.nix ]; boot.loader.grub = { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 87cd2a3..62f573d 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -11,6 +11,7 @@ # Include the results of the hardware scan. ./hardware-configuration.nix ../../modules/common.nix + ../../modules/dev.nix ]; boot.loader.grub = { |
