remove bindmounts
This commit is contained in:
parent
70fd15c5dd
commit
5d58ae7904
2 changed files with 9 additions and 6 deletions
|
|
@ -110,12 +110,12 @@ in
|
|||
isReadOnly = false;
|
||||
};
|
||||
};
|
||||
bindMounts = {
|
||||
"/var/lib/acme/gitea/" = {
|
||||
hostPath = "${security.acme.certs.${domain}.directory}";
|
||||
isReadOnly = true;
|
||||
};
|
||||
};
|
||||
# bindMounts = {
|
||||
# "/var/lib/acme/gitea/" = {
|
||||
# hostPath = "${security.acme.certs.${domain}.directory}";
|
||||
# isReadOnly = true;
|
||||
# };
|
||||
# };
|
||||
config = { lib, config, pkgs, ... }: {
|
||||
networking = {
|
||||
hostName = "gitea";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue