split ssh away from nix

This commit is contained in:
jopejoe1 2024-01-11 00:19:11 +01:00
parent 08e8414488
commit dff0d40777
9 changed files with 26 additions and 13 deletions

View file

@ -17,6 +17,7 @@
nix.enable = true;
root.enable = true;
boot.systemd.enable = true;
ssh.enable = true;
};
networking = { hostName = "tuny"; };