diff --git a/common/default.nix b/common/default.nix index b4f652c..035ad47 100644 --- a/common/default.nix +++ b/common/default.nix @@ -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 = {