1
0
Fork 0
forked from fi/nix-infra
fi-nix-infra/hosts/netbox/configuration.nix

15 lines
194 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./tor.nix
];
networking = {
hostName = "tor-relay";
firewall.enable = false;
};
system.stateVersion = "23.05";
}