inventory: don't loose string context of directory
This commit is contained in:
@@ -32,7 +32,7 @@ in
|
||||
nodes = flip mapAttrs serviceConfigs.machines (
|
||||
machineName: attrs: {
|
||||
imports = attrs.machineImports ++ [ self.nixosModules.clanCore ];
|
||||
clan.core.settings.directory = toString config.inventory.directory;
|
||||
clan.core.settings.directory = "${config.inventory.directory}";
|
||||
clan.core.settings.machine.name = machineName;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user