From ae37cba036f4aea95070b4348e04e181d33eb4d0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 29 Oct 2021 10:42:45 -0400 Subject: [PATCH] hosts/Infini-FRAMEWORK: change root subvolume --- hosts/Infini-FRAMEWORK/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-FRAMEWORK/hardware-configuration.nix b/hosts/Infini-FRAMEWORK/hardware-configuration.nix index cd7abf9..6f96a6f 100644 --- a/hosts/Infini-FRAMEWORK/hardware-configuration.nix +++ b/hosts/Infini-FRAMEWORK/hardware-configuration.nix @@ -16,7 +16,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/b99971c6-bdd2-4c55-8992-72d17c19e4b1"; fsType = "btrfs"; - options = [ "subvol=/" "autodefrag" "noatime" ]; + options = [ "subvol=/subvolumes/root" "autodefrag" "noatime" ]; }; fileSystems."/boot/efi" = {