feat: msyds ssh keys

This commit is contained in:
2025-11-23 03:00:59 -07:00
parent 1c60564a1e
commit 721ac95a18
4 changed files with 9 additions and 8 deletions

View File

@@ -14,10 +14,10 @@
homeConfiguration = { config, lib, pkgs, ... }: {
home.file.".ssh/id_ed25519".source =
config.lib.file.mkOutOfStoreSymlink
"/persist/private-keys/ssh/crumb-at-nixos-testbed";
"/persist/private-keys/ssh/msyds@sydpc";
home.file.".ssh/id_ed25519.pub".source =
../../public-keys/ssh/crumb-at-nixos-testbed.pub;
../../public-keys/ssh/${"msyds@sydpc.pub"};
sydnix = {
xdg.enable = true;