Disable file share on ifrit

This commit is contained in:
Tim Schubert 2022-03-26 13:50:12 +01:00
parent d05c6751e7
commit 9932e4386c
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -4,7 +4,6 @@ let
"ifrit.dadada.li" "ifrit.dadada.li"
"bs.vpn.dadada.li" "bs.vpn.dadada.li"
"media.dadada.li" "media.dadada.li"
"media.local"
]; ];
backups = "/mnt/storage/backup"; backups = "/mnt/storage/backup";
in in
@ -15,7 +14,7 @@ in
dadada = { dadada = {
admin.enable = true; admin.enable = true;
fileShare.enable = true; fileShare.enable = false;
vpnServer.enable = true; vpnServer.enable = true;
vpnServer.peers = { vpnServer.peers = {