From 6a28e4887c87aca3d35cee92a68f0fcf82299439 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:46:31 +1000 Subject: nixos/release: disable nfs3.simple follow up from 56828530275888e4d79ee64f8ff772bdbfe34637 --- nixos/release-small.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index c2ac4c653ea11..1d51b4e7f28f8 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -38,7 +38,8 @@ in rec { login misc nat - nfs3 + # fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314 + #nfs3 openssh php predictable-interface-names -- cgit 1.4.1