diff options
| author | Fuwn <[email protected]> | 2024-10-25 01:14:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-25 01:15:00 -0700 |
| commit | 07cbd014938ab277fa54008471b3ac6d617a62c8 (patch) | |
| tree | e111bbfcce9070d57c660ded92548bf2483765d8 /hosts/akashi/hardware-configuration.nix | |
| parent | home: add kioku ssh target (diff) | |
| download | nixos-config-07cbd014938ab277fa54008471b3ac6d617a62c8.tar.xz nixos-config-07cbd014938ab277fa54008471b3ac6d617a62c8.zip | |
hosts: move kioku samba share to shared modules
Diffstat (limited to 'hosts/akashi/hardware-configuration.nix')
| -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 = [ ]; |