diff options
| author | vkcku <[email protected]> | 2026-06-01 11:55:41 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 11:55:41 +0530 |
| commit | 49222c448780180715f81c3d0a339cb52cabe3ca (patch) | |
| tree | ef7d6099f91ff3b66cf3be9a3123a70cf2ee809f /infra | |
| parent | infra: autoregister nixos configurations for hosts (diff) | |
infra: add disko to default imports
monorepo-revid: 73d3369eb715d459a2c5279ad469260da6166d93
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/hosts/hosts.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/hosts/hosts.nix b/infra/hosts/hosts.nix index 9e7c69f..cdf26eb 100644 --- a/infra/hosts/hosts.nix +++ b/infra/hosts/hosts.nix @@ -15,7 +15,10 @@ name = host; value = inputs.nixpkgs.lib.nixosSystem { modules = [ + # keep-sorted start config.flake.modules.nixos."${host}" + inputs.disko.nixosModules.default + # keep-sorted end ]; }; }; |
