nebula
This commit is contained in:
@@ -63,6 +63,20 @@
|
||||
hostName = "allyx";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
nebula = {
|
||||
enable = true;
|
||||
port = 4242;
|
||||
lighthouses = [ "10.1.1.1" ];
|
||||
staticHostMap = {
|
||||
"10.1.1.1" = [ "mjallen.dev:4242" ];
|
||||
};
|
||||
secretsPrefix = "allyx/nebula";
|
||||
secretsFile = lib.snowfall.fs.get-file "secrets/allyx-secrets.yaml";
|
||||
hostSecretName = "allyx";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.coolercontrol.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user