diff options
Diffstat (limited to 'machines')
| -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 '' |
