Fix ssh on nixos

This commit is contained in:
Martin Pander
2026-02-07 21:20:47 +01:00
parent 976ff60cc6
commit cda09842fd
2 changed files with 3 additions and 1 deletions

View File

@@ -46,4 +46,6 @@
news.display = "silent";
programs.home-manager.enable = true;
services.ssh-agent.enable = pkgs.stdenv.isLinux;
}

View File

@@ -21,11 +21,11 @@
};
programs.zsh.enable = true;
programs.ssh.startAgent = true;
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
use-ssh-config = true;
};
nixpkgs.config.allowUnfree = true;