Switch from coreos to nixos
This commit is contained in:
8
1-nixos-node/0-install-nixos.md
Normal file
8
1-nixos-node/0-install-nixos.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Follow steps at https://nixos.org/manual/nixos/stable/#sec-installation-manual-summary
|
||||
|
||||
Ensure that ssh is enabled and the hostname is set
|
||||
```
|
||||
services.openssh.enable = true;
|
||||
services.openssh.settings.PermitRootLogin = "yes";
|
||||
networking.hostName = "jaglan-beta-m01";
|
||||
```
|
||||
Reference in New Issue
Block a user