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