nixos-riscv/configuration.nix
2022-07-13 07:40:23 +01:00

7 lines
146 B
Nix

{
# Enable ssh on boot
services.openssh.enable = true;
networking.firewall.allowedTCPPorts = [ 19999 ];
services.netdata.enable = true;
}