diff options
| author | Fuwn <[email protected]> | 2024-11-06 08:03:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-06 08:03:32 -0800 |
| commit | 00d3d26ee778013b1aa95a9f7fc645975fbb3169 (patch) | |
| tree | c78eb1f5dc04399ef2b7c2a58ecc2e969f48688e /hosts/kioku/default.nix | |
| parent | lock: tsutsumi (diff) | |
| download | nixos-config-00d3d26ee778013b1aa95a9f7fc645975fbb3169.tar.xz nixos-config-00d3d26ee778013b1aa95a9f7fc645975fbb3169.zip | |
hosts: add hoka host and joint configuration
Diffstat (limited to 'hosts/kioku/default.nix')
| -rw-r--r-- | hosts/kioku/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/kioku/default.nix b/hosts/kioku/default.nix index 714f6ad..2858239 100644 --- a/hosts/kioku/default.nix +++ b/hosts/kioku/default.nix @@ -19,6 +19,8 @@ inputs.raspberry-pi-nix.nixosModules.raspberry-pi ./configuration.nix ./hardware-configuration.nix + "${self}/hosts/shared/pi/configuration.nix" + "${self}/hosts/shared/pi/hardware-configuration.nix" ] ++ commonModules; specialArgs = { |