We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f61664 commit fbc5830Copy full SHA for fbc5830
nix/modules/nixos/server.nix
@@ -16,7 +16,7 @@ in
16
services.getty.autologinUser = "root";
17
security.sudo.execWheelOnly = mkForce false;
18
services.cloud-init.enable = false;
19
- virtualisation.amazon-init.enable = true;
+ virtualisation.amazon-init.enable = false;
20
21
environment.systemPackages = with pkgs; [
22
file
0 commit comments