Use a local ssh config for odowork.
This commit is contained in:
parent
39997dc4d4
commit
c542dcdee9
@ -13,6 +13,7 @@
|
|||||||
./screen_brightness.nix
|
./screen_brightness.nix
|
||||||
./wifi.nix
|
./wifi.nix
|
||||||
./framework_module.nix
|
./framework_module.nix
|
||||||
|
./ssh_config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
@ -120,7 +121,10 @@
|
|||||||
me.wireguard.activated = [
|
me.wireguard.activated = [
|
||||||
"wgh"
|
"wgh"
|
||||||
];
|
];
|
||||||
me.wireguard.deactivated = [ "wgf" ];
|
me.wireguard.deactivated = [
|
||||||
|
"wgf"
|
||||||
|
"colo"
|
||||||
|
];
|
||||||
me.yubikey.enable = true;
|
me.yubikey.enable = true;
|
||||||
me.zfs.enable = true;
|
me.zfs.enable = true;
|
||||||
me.zrepl.enable = true;
|
me.zrepl.enable = true;
|
||||||
|
|||||||
15
nix/configuration/hosts/odowork/ssh_config.nix
Normal file
15
nix/configuration/hosts/odowork/ssh_config.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
imports = [ ];
|
||||||
|
|
||||||
|
config = {
|
||||||
|
me.install.user.talexander.file = {
|
||||||
|
".ssh/config" = {
|
||||||
|
source = lib.mkForce "/persist/manual/ssh/talexander/config";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user