alias the vpn ips into config because mirroring mdns is hard
This commit is contained in:
parent
d22e2f4934
commit
27aa71ed8a
3 changed files with 29 additions and 0 deletions
8
home-manager/shared/ssh/default.nix
Normal file
8
home-manager/shared/ssh/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
# TODO: make this dynamic instead of hard coded
|
||||
home.file."config" = {
|
||||
source = ./config;
|
||||
target = ".config/ssh/config";
|
||||
force = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue