diff --git a/hosts/next/configuration.nix b/hosts/next/configuration.nix index 77a0ca0..ab3232a 100644 --- a/hosts/next/configuration.nix +++ b/hosts/next/configuration.nix @@ -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 {}) ]; # age.secrets.secret_restic = {