mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:26:51 +01:00
typo fix
This commit is contained in:
parent
e1d2cbc56a
commit
08d4ff12f6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue