Disable SSH in baseline AMI

This commit is contained in:
Timothy J. Aveni
2026-06-27 22:18:35 -07:00
parent 3967fa7541
commit 1e23ccafc3
+1
View File
@@ -20,6 +20,7 @@ in
];
services.amazon-ssm-agent.enable = true;
services.openssh.enable = lib.mkForce false;
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.extraPools = [ nixPool ];