diff --git a/nix/flake.lock b/nix/flake.lock index bce43ac..e570e0b 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -164,11 +164,11 @@ ] }, "locked": { - "lastModified": 1770493498, - "narHash": "sha256-CzEZNILuIfFOWtbOhcfsqVN3e+n78Pkt7lbYdbivH4o=", + "lastModified": 1770493706, + "narHash": "sha256-r8tbD+K3skUd3nDD+M6FIZ82azewnDYdhyLfFAEkCFs=", "ref": "refs/heads/dev", - "rev": "980c8eb309e5032e599eebb79191a2de84087403", - "revCount": 45, + "rev": "e3effe8b2570a815c9710d94a1e9541b9532bfb6", + "revCount": 46, "type": "git", "url": "ssh://git@git.pander.me/martin/tasksquire.git" }, diff --git a/nix/modules/nixos/common.nix b/nix/modules/nixos/common.nix index f436d01..a0bf154 100644 --- a/nix/modules/nixos/common.nix +++ b/nix/modules/nixos/common.nix @@ -25,6 +25,7 @@ nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; + use-ssh-config = true; }; nixpkgs.config.allowUnfree = true;