mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
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:
commit
cd288f3b94
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user