mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
agdsn and networking updates
This commit is contained in:
parent
5148ff5953
commit
45628bdbc3
22 changed files with 86 additions and 476 deletions
|
@ -63,7 +63,7 @@ in
|
|||
};
|
||||
"router" = matchBlocks."cudy";
|
||||
"cudy" = {
|
||||
hostname = "192.168.1.1";
|
||||
hostname = "192.168.42.1";
|
||||
user = "root";
|
||||
};
|
||||
"git@raspi" = {
|
||||
|
@ -74,6 +74,10 @@ in
|
|||
match = "Host ifsr.de User git";
|
||||
identityFile = git;
|
||||
};
|
||||
"git@git.agdsn.de" = {
|
||||
match = "Host git.agdsn.de User git";
|
||||
identityFile = git;
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue