Lot of changes, playing with ssh keys

This commit is contained in:
Julien Malka 2021-12-28 16:42:30 +01:00
parent 3aab217530
commit 49299dc3b2
8 changed files with 54 additions and 15 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}"