enable sshd for vps6

This commit is contained in:
2023-07-31 14:56:45 +08:00
parent 5b6999b154
commit 73ef07def9

View File

@@ -252,6 +252,7 @@
{
packageSet = "server";
};
services.sshd.enable = true;
boot.grub.installDevice = "/dev/disk/by-path/pci-0000:05:00.0";
system.hostname = "vps6";
};})