Skip to content

Commit f905e5f

Browse files
authored
nix: fix trailing whitespace, add pubkey for hil (#250)
1 parent b464077 commit f905e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/machines/nixos-common.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ in
3939
openssh.authorizedKeys.keys = [
4040
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBLmHbuCMFpOKYvzMOpTOF+iMX9rrY6Y0naarcbWUV8G ryan@ryan-laptop.local"
4141
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEoVo3BKge5tQuYpDuWKJaypdpfUuw4cq3/BYRFNovtj ryan.butler@Ryan-Butler.local"
42+
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIOhklnZHdjM0VD82Z1naZaoeM3Lr9dbrsM0r+J9sHqN alex@hq-small"
4243
];
4344

4445
shell = pkgs.zsh;
@@ -80,7 +81,7 @@ in
8081

8182
services.resolved = {
8283
enable = true;
83-
# set to "false" if giving you trouble
84+
# set to "false" if giving you trouble
8485
dnsovertls = "opportunistic";
8586
};
8687

0 commit comments

Comments
 (0)