diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 11:32:29 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 11:32:29 +0100 |
| commit | 9a089ea5090c72e363446b1576724edfbdb42c81 (patch) | |
| tree | 8aab801a3e0e71bc32f85b19dffdbb9719274085 /machines/laptop/hardware-configuration.nix | |
| parent | f53da444568b41d5fb49a6fcf216573ba3dbb8c5 (diff) | |
fix bugs with wallpaper and btrfs subvolume
Diffstat (limited to 'machines/laptop/hardware-configuration.nix')
| -rw-r--r-- | machines/laptop/hardware-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 '' |
