fix: laptop for globals
This commit is contained in:
parent
12fd79a9c8
commit
423e8477ea
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
globals,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.persistence."/state".directories = [
|
||||
"/var/lib/iwd"
|
||||
|
@ -83,8 +88,8 @@
|
|||
clients.main = {
|
||||
port = 51820;
|
||||
environment = {
|
||||
NB_MANAGEMENT_URL = "https://netbird.${config.secrets.secrets.global.domains.web}";
|
||||
NB_ADMIN_URL = "https://netbird.${config.secrets.secrets.global.domains.web}";
|
||||
NB_MANAGEMENT_URL = "https://netbird.${globals.domains.web}";
|
||||
NB_ADMIN_URL = "https://netbird.${globals.domains.web}";
|
||||
NB_HOSTNAME = "patricknix";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue