This commit is contained in:
Johannes Jöns 2023-12-31 22:10:20 +01:00
parent e1d2cbc56a
commit 08d4ff12f6

View file

@ -5,8 +5,8 @@ in {
options.jopejoe1.root = { enable = lib.mkEnableOption "Enable root user"; };
config = lib.mkIf cfg.enable {
users.users.root = { i
nitialPassword = "password";
users.users.root = {
initialPassword = "password";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
];