changes
This commit is contained in:
parent
6ae6c5e0e5
commit
12ef36af33
5 changed files with 254 additions and 2 deletions
|
|
@ -31,6 +31,9 @@ in
|
|||
hostBridge = "server";
|
||||
hostAddress = "${networkPrefix}.97.1";
|
||||
localAddress = "${networkPrefix}.97.21/24";
|
||||
extraFlags = [
|
||||
"--capability=CAP_NET_ADMIN"
|
||||
];
|
||||
bindMounts = {
|
||||
"/var/lib/acme/snapcast/" = {
|
||||
hostPath = "${config.security.acme.certs.${domain}.directory}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue