From cabccf51a43d51a3662d2c759a5b952e338296ae Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Sat, 13 Dec 2025 22:40:39 +0100 Subject: [PATCH] hw-config: add new mountpoint --- hardware-configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index c7cd927..44bfee4 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -136,6 +136,19 @@ ]; }; + fileSystems."/media/pipa/pixelage" = { + device = "/dev/disk/by-uuid/688ed267-cec9-400a-9226-32b0538eaecd"; + fsType = "btrfs"; + options = [ + "subvol=pixelage" + "ssd" + "space_cache=v2" + "noatime" + "compress=zstd:10" + "autodefrag" + ]; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking