diff --git a/config/common/default.nix b/config/common/default.nix index 214df7e..7fd0b2d 100644 --- a/config/common/default.nix +++ b/config/common/default.nix @@ -53,6 +53,7 @@ with lib; { ''; users.motdFile = "/var/lib/deployment/motd"; + nix.package = pkgs.nixVersions.latest; nix.gc.automatic = true; nix.gc.options = "--delete-older-than 7d"; nix.optimise.automatic = true; @@ -61,7 +62,7 @@ with lib; { path = pkgs.path; }; nix.settings = { - experimental-features = [ "nix-command" "flakes" ]; + experimental-features = [ "nix-command" "flakes" "pipe-operators" ]; trusted-users = [ "root" "@wheel" ]; substituters = [ "https://cache.kyouma.net" ]; trusted-public-keys = [ "cache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=" ];