1
0
Fork 0

Try to fix hera git access

This commit is contained in:
Malte Brandy 2021-08-03 21:55:59 +02:00
parent 8a244eaddc
commit 4237564d5b

View file

@ -105,7 +105,7 @@ in
./roles/mail2rss.nix
./roles/headless-mpd.nix
./roles/headless.nix
({ ... }: { programs.ssh.matchBlocks."*".certificateFile = "~/.ssh/id_auto_ed25519"; })
({ ... }: { programs.ssh.matchBlocks."hera".identityFile = "~/.ssh/id_auto_ed25519"; })
]);
};
}