diff options
Diffstat (limited to 'hosts/kioku/default.nix')
| -rw-r--r-- | hosts/kioku/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/kioku/default.nix b/hosts/kioku/default.nix index 1e37f68..714f6ad 100644 --- a/hosts/kioku/default.nix +++ b/hosts/kioku/default.nix @@ -5,6 +5,7 @@ self, kansaiPkgs, lib, + commonModules, }: { flake.nixosConfigurations.kioku = lib.nixosSystem { @@ -18,7 +19,7 @@ inputs.raspberry-pi-nix.nixosModules.raspberry-pi ./configuration.nix ./hardware-configuration.nix - ]; + ] ++ commonModules; specialArgs = { inherit |