Fixed Option

This commit is contained in:
2026-04-05 22:02:27 +02:00
parent 6f6c486925
commit 13c8aa0378
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@
./packages.nix
./git.nix
./shell.nix
./ssh.nix
./xdg.nix
./neovim
./python.nix
+3 -2
View File
@@ -1,8 +1,9 @@
{ primaryUser, isDarwin, ... }:
{
ssh = {
programs.ssh = {
enable = true;
matchBlock = {
addKeysToAgent = "yes";
matchBlocks = {
"*.cyperpunk.de" = {
identityFile =
if isDarwin then "/Users/${primaryUser}/.ssh/ssh" else "/home/${primaryUser}/.ssh/ssh";