Skip to content

Commit

Permalink
nix: fix trailing whitespace, add pubkey for hil (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKaravaev authored Oct 4, 2024
1 parent b464077 commit f905e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/machines/nixos-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ in
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBLmHbuCMFpOKYvzMOpTOF+iMX9rrY6Y0naarcbWUV8G [email protected]"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEoVo3BKge5tQuYpDuWKJaypdpfUuw4cq3/BYRFNovtj [email protected]"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIOhklnZHdjM0VD82Z1naZaoeM3Lr9dbrsM0r+J9sHqN alex@hq-small"
];

shell = pkgs.zsh;
Expand Down Expand Up @@ -80,7 +81,7 @@ in

services.resolved = {
enable = true;
# set to "false" if giving you trouble
# set to "false" if giving you trouble
dnsovertls = "opportunistic";
};

Expand Down

0 comments on commit f905e5f

Please sign in to comment.