forked from rarias/nixos-riscv
base: enable openssh in configuration.nix instead
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
# Enable ssh on boot
|
||||
services.openssh.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 19999 ];
|
||||
services.netdata.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user