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
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

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;
};
}