From 9b7da5e109ca998792d7e6d9372a46e38d94ecad Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 20 Jun 2026 23:18:25 +0200 Subject: [PATCH] oldie: add data folder --- nix-config/host/oldie/hardware-configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nix-config/host/oldie/hardware-configuration.nix b/nix-config/host/oldie/hardware-configuration.nix index efdb4ee..7c20d73 100644 --- a/nix-config/host/oldie/hardware-configuration.nix +++ b/nix-config/host/oldie/hardware-configuration.nix @@ -68,6 +68,17 @@ ]; }; + fileSystems."/mkk/mnt/data" = { + device = "/dev/mapper/DECRYPTED_DATA"; + fsType = "btrfs"; + options = [ + "subvol=@data" + "nossd" + "compress=zstd" + "space_cache=v2" + ]; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/535d8814-8541-4ac2-9cfb-ed0bf3852b0c"; fsType = "ext4";