We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b464077 commit f905e5fCopy full SHA for f905e5f
nix/machines/nixos-common.nix
@@ -39,6 +39,7 @@ in
39
openssh.authorizedKeys.keys = [
40
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBLmHbuCMFpOKYvzMOpTOF+iMX9rrY6Y0naarcbWUV8G ryan@ryan-laptop.local"
41
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEoVo3BKge5tQuYpDuWKJaypdpfUuw4cq3/BYRFNovtj ryan.butler@Ryan-Butler.local"
42
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIOhklnZHdjM0VD82Z1naZaoeM3Lr9dbrsM0r+J9sHqN alex@hq-small"
43
];
44
45
shell = pkgs.zsh;
@@ -80,7 +81,7 @@ in
80
81
82
services.resolved = {
83
enable = true;
- # set to "false" if giving you trouble
84
+ # set to "false" if giving you trouble
85
dnsovertls = "opportunistic";
86
};
87
0 commit comments