bigbird: Add restic rest server

This commit is contained in:
Chandler Swift 2025-06-06 17:17:06 -05:00
parent 318e37e164
commit f937a9b31f
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 30 additions and 1 deletions

View file

@ -4,6 +4,7 @@
[ # Include the results of the hardware scan.
# <nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64.nix>
./hardware-configuration.nix
./backups.nix
./kathe.nix
./smb.nix
];
@ -49,7 +50,7 @@
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 8000 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;