openstack-config: remove hardcoded default password for the root account

This commit is contained in:
Thomas Gerbet 2024-07-19 21:24:37 +02:00
parent fdcd8bd112
commit 66c0275843

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;