Lot of changes, playing with ssh keys

This commit is contained in:
Julien Malka 2021-12-28 16:42:30 +01:00
parent 920ac9efc4
commit 6096bc5515
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
13 changed files with 168 additions and 17 deletions

View file

@ -20,6 +20,7 @@ with lib;
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
narinfo-cache-negative-ttl = 0
'';
nixPath = [
"nixpkgs=${inputs.nixpkgs}"