🔧 configure jobrad ssh stuff
This commit is contained in:
parent
fc4fd8d571
commit
3e2602aad5
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
programs.ssh.matchBlocks = {
|
||||
"*".identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
"*.jobrad.org".identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
"*.jobrad.org" = {
|
||||
identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
extraOptions.AddKeysToAgent = lib.mkForce "no"; # "ask"
|
||||
};
|
||||
};
|
||||
|
||||
backup.dirs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue