From 9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 10 Oct 2024 11:35:30 +0530 Subject: (update): Install script, update btrfs erase script. --- disko.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'disko.nix') diff --git a/disko.nix b/disko.nix index f8d74a1..211e3e4 100644 --- a/disko.nix +++ b/disko.nix @@ -67,6 +67,11 @@ mountpoint = "/nix"; }; + "/config" = { + mountOptions = ["subvol=config" "noatime"]; + mountpoint = "/config"; + }; + "/home" = { mountOptions = ["subvol=home" "noatime"]; mountpoint = "/home"; -- cgit v1.2.3