Fix ssh on nixos

This commit is contained in:
Martin Pander
2026-02-07 21:05:15 +01:00
parent 980d2f8c73
commit 976ff60cc6
2 changed files with 5 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
use-ssh-config = true;
};
nixpkgs.config.allowUnfree = true;