Disable file share on ifrit
This commit is contained in:
parent
d05c6751e7
commit
9932e4386c
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ let
|
|||
"ifrit.dadada.li"
|
||||
"bs.vpn.dadada.li"
|
||||
"media.dadada.li"
|
||||
"media.local"
|
||||
];
|
||||
backups = "/mnt/storage/backup";
|
||||
in
|
||||
|
@ -15,7 +14,7 @@ in
|
|||
|
||||
dadada = {
|
||||
admin.enable = true;
|
||||
fileShare.enable = true;
|
||||
fileShare.enable = false;
|
||||
|
||||
vpnServer.enable = true;
|
||||
vpnServer.peers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue