op: autosignin in terminal only session

This commit is contained in:
Christoph Hollizeck 2024-11-07 22:22:14 +01:00
parent 4d410e62b7
commit 216e35cd1d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E

View file

@ -110,6 +110,12 @@ in
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHFrDiO5+vMfD5MimkzN32iw3MnSMLZ0mHvOrHVVmLD0"
];
home.extraOptions = {
programs.fish.shellInit = ''
eval $(op signin)
'';
};
};
system.stateVersion = "24.11";