Unverified Commit 2c943418 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #328532 from LeSuisse/openstack-config-no-default-root-password

openstack-config: remove hardcoded default password for the root account
parents 05157118 66c02758
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -63,8 +63,6 @@ in
      settings.PasswordAuthentication = mkDefault false;
    };

    users.users.root.initialPassword = "foobar";

    # Enable the serial console on tty1
    systemd.services."serial-getty@tty1".enable = true;