feat: got teh wing working

its not 100% ready for prod yet as there is no way to transfer from ptero yet
This commit is contained in:
silver 2024-12-10 00:44:38 +00:00
parent 58787628d2
commit 34b2ef6a84
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 60 additions and 4 deletions

View file

@ -40,6 +40,12 @@ in {
services.skynet = {
host = host;
#backup.enable = true;
pelican.panel.enable = true;
pelican = {
panel.enable = true;
wing = {
enable = true;
node_name = "node01";
};
};
};
}