ADD : shiori service and open firewall port 8080

main
Alexandre LUCAZEAU 2023-01-07 19:20:06 +00:00
parent 249c42ff8d
commit 7e56ae92da
1 changed files with 3 additions and 1 deletions

View File

@ -25,8 +25,10 @@
];
programs.ssh.extraConfig = "Host u329746.your-storagebox.de\n Hostname u329746.your-storagebox.de\n Port 23\n user u329746\n IdentityFile /home/alexandre/.ssh/id_ed25519-perso";
networking.firewall.allowedTCPPorts = [ 80 443 22 9002 4533 5050];
networking.firewall.allowedTCPPorts = [ 80 443 22 9002 4533 5050 8080];
services.qemuGuest.enable = true;
services.shiori.enable = true;
# environment.systemPackages = [ (pkgs.callPackage <agenix/pkgs/agenix.nix> {}) ];
# age.secrets.secret_restic = {