base: enable openssh in configuration.nix instead
This commit is contained in:
parent
9f153f5b6a
commit
adfd8f4835
5
base.nix
5
base.nix
@ -18,11 +18,6 @@
|
||||
})
|
||||
];
|
||||
|
||||
# Enable ssh on boot
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
users.default = {
|
||||
password = "visionfive-nix";
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
# Enable ssh on boot
|
||||
services.openssh.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 19999 ];
|
||||
services.netdata.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user