open port for restic server

This commit is contained in:
Andreas Zweili 2022-01-27 20:08:09 +01:00
parent 0e429c10b0
commit 1c83c515af
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ in
dataDir = repository;
extraFlags = [ "--no-auth" ];
};
networking.firewall.allowedTCPPorts = [ 8000 ];
}