Skip to content

Commit

Permalink
fix(nixos): fix typo option in sshd.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 authored Nov 26, 2024
1 parent c0f0b89 commit 0362ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/sshd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
};
};

user.users.mat.openssh.authorizedKeys.keys = [
users.users.mat.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDsT6GLG7sY8YKX7JM+jqS3EAti3YMzwHKWViveqkZvu"
];
}

0 comments on commit 0362ca5

Please sign in to comment.