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:
parent
58787628d2
commit
34b2ef6a84
4 changed files with 60 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue