slight mishap

This commit is contained in:
Ittihadyya 2024-11-26 11:54:44 +02:00
parent 13a7232909
commit 0f235b7ca0

View file

@ -6,11 +6,11 @@
instances = { instances = {
${config.networking.hostName} = { ${config.networking.hostName} = {
enable = true; enable = true;
hostPackages = []; hostPackages = [ ];
labels = []; labels = [ ];
name = config.networking.hostName; name = config.networking.hostName;
settings = { }; settings = { };
tokenFile = { }; tokenFile = "";
url = "https://git.collective-conciousness.monster"; url = "https://git.collective-conciousness.monster";
}; };
}; };