vars: remove deprecated nixos options
This commit is contained in:
committed by
Johannes Kirschbauer
parent
7b18caca9b
commit
f8a7f0ecb1
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user