From 9a089ea5090c72e363446b1576724edfbdb42c81 Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 30 Dec 2025 11:32:29 +0100 Subject: fix bugs with wallpaper and btrfs subvolume --- machines/laptop/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/laptop/hardware-configuration.nix') diff --git a/machines/laptop/hardware-configuration.nix b/machines/laptop/hardware-configuration.nix index 654a931..bde1c83 100644 --- a/machines/laptop/hardware-configuration.nix +++ b/machines/laptop/hardware-configuration.nix @@ -23,6 +23,7 @@ #options = ["defaults" "size=60%" "mode=755"]; device = "/dev/disk/by-uuid/16c93673-4f0e-4010-a7f4-7ccffb20edb7"; fsType = "btrfs"; + options = ["subvol=root"]; }; boot.initrd.postResumeCommands = lib.mkAfter '' -- cgit v1.3