mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
openstack-config: remove hardcoded default password for the root account
This commit is contained in:
parent
fdcd8bd112
commit
66c0275843
@ -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