Configure wireguard and ssh access for mac

This commit is contained in:
arnie
2025-07-10 10:45:06 +02:00
parent 261331252a
commit b7ff5d4869
4 changed files with 41 additions and 0 deletions
+4
View File
@@ -24,4 +24,8 @@
"/Applications/zoom.us.app"
"/System/Applications/Notes.app"
];
users.users.lcech.openssh.authorizedKeys.keys = [
"${builtins.readFile ../.authorized-keys/dingleberry}"
];
}