diff options
Diffstat (limited to 'infra/hosts/hosts.nix')
| -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 ]; }; }; |
