diff options
| author | Fuwn <[email protected]> | 2024-09-19 15:52:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-19 15:52:36 -0700 |
| commit | 875af84f8185650cc26baef1939741527bbbaefc (patch) | |
| tree | 05cbd9581f3aefecde2b34817db2e7207d43a256 /hosts/default.nix | |
| parent | himeji: add docker volume (diff) | |
| download | nixos-config-875af84f8185650cc26baef1939741527bbbaefc.tar.xz nixos-config-875af84f8185650cc26baef1939741527bbbaefc.zip | |
modules: nix options
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 604a9bf..fc28902 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -27,12 +27,13 @@ in himeji = nixosSystem { specialArgs = { - inherit secrets; + inherit inputs outputs secrets; }; modules = [ ./himeji inputs.disko.nixosModules.disko + inputs.nix-index-database.nixosModules.nix-index ]; }; }; |