diff --git a/home/ssh.nix b/home/ssh.nix index a5beda4..3f80b3b 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -49,8 +49,6 @@ in { proxyJump = "ssh.lrde.epita.fr"; }; }; - - includes = [ "prologin_config" ]; }; }; } diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index b267958..a498e4a 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -74,9 +74,6 @@ # test vms "*.qcow2" - # secrets stay offline - "/home/alarsyo/**/secrets" - # ignore all dotfiles as .config and .cache can become quite big "/home/alarsyo/.*" ];