From befc49a088bae7e912d090cd63aabc8c286ced2d Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:47:15 +0200 Subject: [PATCH] subvol name --- devices/ellaca/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 2145e83..46b6962 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -36,7 +36,7 @@ "/" = { device = "/dev/disk/by-uuid/b4a61b48-017f-4d16-ab05-d5c867f2ca6f"; fsType = "btrfs"; - options = [ "subvol=rootfs" "compress=zstd" "noatime" ]; + options = [ "subvol=root" "compress=zstd" "noatime" ]; }; "/nix" = { device = "/dev/disk/by-uuid/b4a61b48-017f-4d16-ab05-d5c867f2ca6f";