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 = {
|
||||
${config.networking.hostName} = {
|
||||
enable = true;
|
||||
hostPackages = [];
|
||||
labels = [];
|
||||
hostPackages = [ ];
|
||||
labels = [ ];
|
||||
name = config.networking.hostName;
|
||||
settings = { };
|
||||
tokenFile = { };
|
||||
tokenFile = "";
|
||||
url = "https://git.collective-conciousness.monster";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue