slight mishap
This commit is contained in:
parent
13a7232909
commit
0f235b7ca0
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue