Enabled openssh service

This commit is contained in:
Random936 2024-06-05 12:45:09 -07:00
parent cf281d98cf
commit 755b933928

View File

@ -114,5 +114,8 @@
killall killall
]; ];
# Enable sshd service.
services.openssh.enable = true;
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }