mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +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"; };
|
options.jopejoe1.root = { enable = lib.mkEnableOption "Enable root user"; };
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
users.users.root = { i
|
users.users.root = {
|
||||||
nitialPassword = "password";
|
initialPassword = "password";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue