diff --git a/ops/nixos/default.nix b/ops/nixos/default.nix index 5bd32e406..312d762f2 100644 --- a/ops/nixos/default.nix +++ b/ops/nixos/default.nix @@ -20,7 +20,13 @@ rec { allSystems = import ./all-systems.nix args; nixosFor = configuration: depot.third_party.nixos { - inherit configuration; + configuration = { + inherit depot; + imports = [ + configuration + "${depot.depotPath}/ops/nixos/depot.nix" + ]; + }; }; findSystem = hostname: