From 868e15c47122ffa73991cadae4b75bca37f8b9f0 Mon Sep 17 00:00:00 2001 From: spiceratops Date: Tue, 6 Aug 2024 22:57:33 +1000 Subject: [PATCH] test --- nixos/hosts/mnas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/mnas/default.nix b/nixos/hosts/mnas/default.nix index adc195d..068a7c6 100644 --- a/nixos/hosts/mnas/default.nix +++ b/nixos/hosts/mnas/default.nix @@ -29,7 +29,7 @@ mySystem.system = { zfs.enable = true; - zfs.mountPoolsAtBoot = [ "zfs" ]; + zfs.mountPoolsAtBoot = [ "rpool" ]; }; mySystem.services.nfs.enable = true;