update facts storage with new api

This commit is contained in:
lassulus 2024-04-16 21:00:11 +02:00
parent 8e9536074b
commit a302355edd

View File

@ -17,7 +17,8 @@
imports = [ inputs.clan-core.clanModules.waypipe ];
clanCore.machineDescription = "play around with localsend";
clanCore.machineIcon = "${pkgs.localsend}/share/icons/hicolor/512x512/apps/localsend.png";
clanCore.secretStore = "vm";
clanCore.facts.secretStore = "vm";
clanCore.facts.publicStore = "vm";
clan.services.waypipe.enable = true;