diff options
Diffstat (limited to 'hosts/akashi')
| -rw-r--r-- | hosts/akashi/hardware-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/akashi/hardware-configuration.nix b/hosts/akashi/hardware-configuration.nix index f06ef10..c7c580f 100644 --- a/hosts/akashi/hardware-configuration.nix +++ b/hosts/akashi/hardware-configuration.nix @@ -2,6 +2,7 @@ config, lib, modulesPath, + self, ... }: let @@ -17,6 +18,7 @@ in { imports = [ (modulesPath + "/installer/scan/not-detected.nix") + (import "${self}/hosts/shared/hardware-configuration.nix") ]; swapDevices = [ ]; |