summaryrefslogtreecommitdiff
path: root/disko.nix
diff options
context:
space:
mode:
Diffstat (limited to 'disko.nix')
-rw-r--r--disko.nix5
1 files changed, 5 insertions, 0 deletions
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";