Use a local ssh config for odowork.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
./screen_brightness.nix
|
||||
./wifi.nix
|
||||
./framework_module.nix
|
||||
./ssh_config.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
@@ -120,7 +121,10 @@
|
||||
me.wireguard.activated = [
|
||||
"wgh"
|
||||
];
|
||||
me.wireguard.deactivated = [ "wgf" ];
|
||||
me.wireguard.deactivated = [
|
||||
"wgf"
|
||||
"colo"
|
||||
];
|
||||
me.yubikey.enable = true;
|
||||
me.zfs.enable = true;
|
||||
me.zrepl.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user