refactor: rename clanCore -> clan.core
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (config.clanCore.facts.publicStore == "vm") {
|
||||
clanCore.facts.publicModule = "clan_cli.facts.public_modules.vm";
|
||||
config = lib.mkIf (config.clan.core.facts.publicStore == "vm") {
|
||||
clan.core.facts.publicModule = "clan_cli.facts.public_modules.vm";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user