Merge pull request #335179 from NixOS/backport-328532-to-release-24.05

[Backport release-24.05] openstack-config: remove hardcoded default password for the root account
This commit is contained in:
Thomas Gerbet 2024-08-17 10:57:12 +02:00 committed by GitHub
commit cd288f3b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;