Disable SSH in baseline AMI
This commit is contained in:
@@ -20,6 +20,7 @@ in
|
||||
];
|
||||
|
||||
services.amazon-ssm-agent.enable = true;
|
||||
services.openssh.enable = lib.mkForce false;
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.extraPools = [ nixPool ];
|
||||
|
||||
Reference in New Issue
Block a user