mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
remove helix flake, add openwrt to router
This commit is contained in:
parent
af80cf73db
commit
2bacb74cc1
8 changed files with 47 additions and 40 deletions
|
@ -49,12 +49,21 @@ in
|
|||
RemoteCommand = "zsh -i";
|
||||
};
|
||||
};
|
||||
"quitte-notty" = {
|
||||
hostname = "quitte.ifsr.de";
|
||||
user = "root";
|
||||
};
|
||||
"tomate" = {
|
||||
hostname = "tomate.ifsr.de";
|
||||
user = "root";
|
||||
};
|
||||
"nuc" = {
|
||||
hostname = "192.168.10.2";
|
||||
hostname = "192.168.1.2";
|
||||
user = "root";
|
||||
};
|
||||
"router" = matchBlocks."cudy";
|
||||
"cudy" = {
|
||||
hostname = "192.168.1.1";
|
||||
user = "root";
|
||||
};
|
||||
"git@raspi" = {
|
||||
|
@ -65,10 +74,6 @@ in
|
|||
match = "Host ifsr.de User git";
|
||||
identityFile = git;
|
||||
};
|
||||
"git@staging.ifsr.de" = {
|
||||
match = "Host staging.ifsr.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