vars: remove deprecated nixos options

This commit is contained in:
Jörg Thalheim
2024-07-15 17:20:40 +02:00
committed by Johannes Kirschbauer
parent 7b18caca9b
commit f8a7f0ecb1

View File

@@ -45,7 +45,7 @@ in
);
inherit (config.clan.core.vars.settings) secretUploadDirectory secretModule publicModule;
};
inherit (config.clan.networking) targetHost buildHost;
inherit (config.clan.deployment) requireExplicitUpdate;
inherit (config.clan.core.networking) targetHost buildHost;
inherit (config.clan.core.deployment) requireExplicitUpdate;
};
}