fix: SSH key fixes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";
|
||||
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
../../public-keys/crumb-at-guix-rebound.pub
|
||||
../../public-keys/ssh/crumb-at-guix-rebound.pub
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
|
||||
let mutableSymlink = config.lib.file.mkOutOfStoreSymlink;
|
||||
in lib.mkMerge [
|
||||
{
|
||||
home.file.".ssh/id_ed25519".source =
|
||||
mutableSymlink "/persist/private-keys/ssh/crumb-at-nixos-testbed";
|
||||
home.file.".ssh/id_ed25519.pub".source =
|
||||
../../public-keys/ssh/crumb-at-nixos-testbed.pub;
|
||||
}
|
||||
|
||||
{
|
||||
### Some basic impermanence setup.
|
||||
|
||||
|
||||
@@ -130,10 +130,10 @@ for example when calling `shell'.")
|
||||
(current-buffer))))))
|
||||
|
||||
(with-eval-after-load 'comint
|
||||
(require 'syd-kanagawa)
|
||||
(custom-theme-set-faces
|
||||
'user
|
||||
;; Default prompt face is very ugly. Give it a more subtle look.
|
||||
(require 'syd-kanagawa)
|
||||
`(comint-highlight-prompt
|
||||
((t :foreground ,(syd-kanagawa-get 'old-white)
|
||||
:background unspecified
|
||||
|
||||
Reference in New Issue
Block a user