parent
7f3f9d2dd4
commit
ff3ca8f946
2 changed files with 6 additions and 1 deletions
|
@ -419,6 +419,7 @@
|
|||
|
||||
stylix.homeModules.stylix
|
||||
taskwarrior.hmModules.bugwarrior
|
||||
private-parts.homeModules.jobrad-laptop
|
||||
|
||||
(
|
||||
{ pkgs, lib, ... }:
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
programs.ssh.matchBlocks."*".identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
|
||||
programs.ssh.matchBlocks = {
|
||||
"*".identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
"*.jobrad.org".identityFile = lib.mkForce "~/.ssh/ingolf.wagner@jobrad.org";
|
||||
};
|
||||
|
||||
backup.dirs = [
|
||||
"${config.home.homeDirectory}/.ssh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue