fix clanDir secrets

This commit is contained in:
Jörg Thalheim 2023-08-30 17:10:52 +02:00
parent 6ff303ec80
commit 80c830a0db

View File

@ -7,8 +7,9 @@
{ networking.firewall.allowedTCPPorts = [ 9273 ]; }
inputs.clan-core.nixosModules.clanCore
{ # TODO: use buildClan
clanCore.clanDir = toString ./..;
{
# TODO: use buildClan
clanCore.clanDir = "${./..}";
clanCore.machineName = "web01";
}
];