fix: SSH key fixes

This commit is contained in:
Madeleine Sydney
2025-02-18 21:11:43 -07:00
parent eceb06c654
commit b4a9bd2d89
10 changed files with 23 additions and 5 deletions

View File

@@ -19,14 +19,16 @@
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";
openssh.authorizedKeys.keyFiles = [
../../public-keys/crumb-at-guix-rebound.pub
../../public-keys/crumble-at-fruitbook.pub
../../public-keys/ssh/crumb-at-guix-rebound.pub
../../public-keys/ssh/crumble-at-fruitbook.pub
../../public-keys/ssh/crumb-at-nixos-testbed.pub
];
};
homeConfiguration = { config, lib, pkgs, ... }: {
imports = [
../crumb/programs/nvim.nix
./files.nix
];
programs.bash.enable = true;