loptland: add ssh key of phone, make sure that fish loads op in terminal only session, without bricking homemanager

This commit is contained in:
Christoph Hollizeck 2024-11-08 00:13:21 +01:00
parent a0103c86d9
commit 1007983690
Signed by: Daholli
GPG key ID: 1763BB530F50279E
2 changed files with 108 additions and 112 deletions

View file

@ -108,9 +108,10 @@ in
user.trustedPublicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHFrDiO5+vMfD5MimkzN32iw3MnSMLZ0mHvOrHVVmLD0"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4Pr7p0jizrvIl0UhcvrmL5SHRQQQWIcHLAnRFyUZS6"
];
home.extraOptions = {
snowfallorg.users.${config.${namespace}.user.name}.home.config = {
programs.fish.shellInit = ''
eval $(op signin)
'';