nixos-riscv/configuration.nix

7 lines
146 B
Nix
Raw Normal View History

2022-06-25 17:37:18 +02:00
{
# Enable ssh on boot
services.openssh.enable = true;
2022-06-25 17:37:18 +02:00
networking.firewall.allowedTCPPorts = [ 19999 ];
services.netdata.enable = true;
}