set data dir
This commit is contained in:
@@ -70,6 +70,13 @@
|
|||||||
hostAddress = "192.168.100.10";
|
hostAddress = "192.168.100.10";
|
||||||
localAddress = "192.168.100.24";
|
localAddress = "192.168.100.24";
|
||||||
|
|
||||||
|
bindMounts = {
|
||||||
|
"/etc/netbird/data" = {
|
||||||
|
hostPath = "/ssd1/Netbird/mgmt";
|
||||||
|
isReadOnly = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
services.netbird = {
|
services.netbird = {
|
||||||
@@ -100,6 +107,8 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Datadir = "/etc/netbird/data";
|
||||||
};
|
};
|
||||||
|
|
||||||
port = 80;
|
port = 80;
|
||||||
|
|||||||
Reference in New Issue
Block a user