remove bindmounts
This commit is contained in:
@@ -130,6 +130,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
table ip nat {
|
table ip nat {
|
||||||
|
chain post {
|
||||||
|
iifname { "vb-*" } oifname { "server" } 10.42.97.1 comment "from internal interfaces"
|
||||||
|
}
|
||||||
chain prerouting {
|
chain prerouting {
|
||||||
type nat hook prerouting priority filter; policy accept;
|
type nat hook prerouting priority filter; policy accept;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -110,12 +110,12 @@ in
|
|||||||
isReadOnly = false;
|
isReadOnly = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
bindMounts = {
|
# bindMounts = {
|
||||||
"/var/lib/acme/gitea/" = {
|
# "/var/lib/acme/gitea/" = {
|
||||||
hostPath = "${security.acme.certs.${domain}.directory}";
|
# hostPath = "${security.acme.certs.${domain}.directory}";
|
||||||
isReadOnly = true;
|
# isReadOnly = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
config = { lib, config, pkgs, ... }: {
|
config = { lib, config, pkgs, ... }: {
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "gitea";
|
hostName = "gitea";
|
||||||
|
|||||||
Reference in New Issue
Block a user