diff --git a/system/default.nix b/system/default.nix index 41605bf0..443b077b 100644 --- a/system/default.nix +++ b/system/default.nix @@ -115,7 +115,7 @@ with mylib.networking; { nix = { package = pkgs.nixVersions.stable; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes pipe-operators ''; settings.trusted-users = ["root" "${username}"];