diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 11:35:30 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 11:35:30 +0530 | 
| commit | 9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 (patch) | |
| tree | 4e838b4f3bf89103b198544aa415606df6d97ebe /disko.nix | |
| parent | 1f34404b653877e010332ae31de8ce07c541ef59 (diff) | |
(update): Install script, update btrfs erase script.
Diffstat (limited to 'disko.nix')
| -rw-r--r-- | disko.nix | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -67,6 +67,11 @@                    mountpoint = "/nix";                  }; +                "/config" = { +                  mountOptions = ["subvol=config" "noatime"]; +                  mountpoint = "/config"; +                }; +                  "/home" = {                    mountOptions = ["subvol=home" "noatime"];                    mountpoint = "/home"; | 
