summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-02-24 19:09:38 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-02-28 10:30:28 +1000
commitae671e1b918e8ce7e7cf1372f5a91bcbd3d44d58 (patch)
tree1119c9c4c8b24bf59f5b9084e2eb6fda6e410825 /nixos/release-combined.nix
parent914d1f852bc6e3487d265cbab93e7ba57daf35bd (diff)
Revert "nixos/release: disable nfs3.simple"
This reverts commit 56828530275888e4d79ee64f8ff772bdbfe34637.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index ed698b63ee63d..9652be5d85b4d 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -131,8 +131,7 @@ in rec {
         (onFullSupported "nixos.tests.networking.networkd.virtual")
         (onFullSupported "nixos.tests.networking.networkd.vlan")
         (onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation")
-        # fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314
-        #(onFullSupported "nixos.tests.nfs3.simple")
+        (onFullSupported "nixos.tests.nfs3.simple")
         (onFullSupported "nixos.tests.nfs4.simple")
         (onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman")
         (onFullSupported "nixos.tests.openssh")