nix: enable 'experimental feature' flakes by default

pull/5/head
stuebinm 2022-11-19 15:23:03 +01:00
parent 0127b30566
commit 12da955842
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
nix.gc.automatic = lib.mkDefault true;
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
nix.trustedUsers = [ "root" "@wheel" ];
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
environment.variables.EDITOR = "vim";
services.openssh = {