diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e43b0f9..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store diff --git a/home/home.nix b/home/home.nix index df58067..19fc5ee 100644 --- a/home/home.nix +++ b/home/home.nix @@ -303,21 +303,13 @@ in # pinentryFlavor = "qt"; # }; - programs.ssh = - { - enable = true; - # ssh host config - matchBlocks = { - "hydra01" = { - hostname = "hydra01.fe.whq.fcio.net"; - user = "os"; - }; - "fcio-whq-jump" = { - hostname = "vpn-whq.services.fcio.net"; - extraOptions.LogLevel = "Verbose"; - }; - }; - }; +# programs.ssh = +# { +# enable = true; +# # ssh host config +# matchBlocks = +# import ./secrets/ssh_hosts.nix; +# }; programs.tmux = { enable = true;