No description
- Nix 100%
| .gitignore | ||
| disko.nix | ||
| firewall.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Home Firewall
this is designed to run on a sophos xg 106 4 port firewall. the nixos image is customized to allow access over the serial console. It uses ifstate to configure the interfaces.
Update or Install
You can run nix build .#installer-iso to build a serial console enabled iso image for the installation.
I did the initial install with the following command.
nix run github:nix-community/nixos-anywhere -- --flake '.#firewall' --target-host root@192.168.178.11
Updates can be done with nix run .#firewall-update.