fixes and docs
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{
|
||||
lib,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
@@ -103,9 +104,13 @@
|
||||
# ###################################################
|
||||
|
||||
services = {
|
||||
nebula-lighthouse = {
|
||||
nebula = {
|
||||
enable = true;
|
||||
isLighthouse = true;
|
||||
port = 4242;
|
||||
secretsPrefix = "pi5/nebula";
|
||||
secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
|
||||
hostSecretName = "lighthouse";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -158,6 +158,13 @@ in
|
||||
nebula = {
|
||||
enable = true;
|
||||
port = 4242;
|
||||
lighthouses = [ "10.1.1.1" ];
|
||||
staticHostMap = {
|
||||
"10.1.1.1" = [ "mjallen.dev:4242" ];
|
||||
};
|
||||
secretsPrefix = "jallen-nas/nebula";
|
||||
secretsFile = lib.snowfall.fs.get-file "secrets/nas-secrets.yaml";
|
||||
hostSecretName = "nas";
|
||||
};
|
||||
netbootxyz = {
|
||||
enable = false;
|
||||
|
||||
@@ -63,7 +63,6 @@ in
|
||||
"minecraft"
|
||||
"mongodb"
|
||||
"nebula"
|
||||
"nebula-lighthouse"
|
||||
"netbootxyz"
|
||||
"nextcloud"
|
||||
"ntfy"
|
||||
|
||||
Reference in New Issue
Block a user