Enable flakes

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-07 10:02:56 +01:00 committed by System administrator
parent 5734861d54
commit cf219a871c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
file
git