Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/refactor' into refa…
Browse files Browse the repository at this point in the history
…ctor
  • Loading branch information
isabelroses committed Oct 19, 2023
2 parents e870ebc + e7b4cca commit 9f3eb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/common/core/system/os/users/isabel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
...
}: let
keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEtTMRG9pfuOjlLmq/NybTZCIKL66tLNSM4CBILYda3 [email protected]''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMQDiHbMSinj8twL9cTgPOfI6OMexrTZyHX27T8gnMj2 [email protected]''
];
in {
boot.initrd.network.ssh.authorizedKeys = keys;
Expand Down
2 changes: 1 addition & 1 deletion modules/common/core/system/os/users/root.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _: {
initialPassword = "changeme";

openssh.authorizedKeys.keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEtTMRG9pfuOjlLmq/NybTZCIKL66tLNSM4CBILYda3''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMQDiHbMSinj8twL9cTgPOfI6OMexrTZyHX27T8gnMj2''
];
};
}

0 comments on commit 9f3eb99

Please sign in to comment.