From 49222c448780180715f81c3d0a339cb52cabe3ca Mon Sep 17 00:00:00 2001 From: vkcku Date: Mon, 1 Jun 2026 11:55:41 +0530 Subject: infra: add disko to default imports monorepo-revid: 73d3369eb715d459a2c5279ad469260da6166d93 --- infra/hosts/hosts.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'infra') 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 ]; }; }; -- cgit v1.3.1