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

8
nix/flake.lock generated
View File

@@ -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"
},

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;