From 574ba8a951618b8498b0d1da51fb5dd95e1a2aa2 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Mon, 23 Jun 2025 23:58:46 -0700 Subject: [PATCH] pc: move nix store to separate zfs dataset --- hosts/Yura-PC/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Yura-PC/hardware-configuration.nix b/hosts/Yura-PC/hardware-configuration.nix index 5f1fdcc..b44df7d 100644 --- a/hosts/Yura-PC/hardware-configuration.nix +++ b/hosts/Yura-PC/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "zfs"; }; + fileSystems."/nix" = + { device = "zroot/data/nix"; + fsType = "zfs"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/970C-6A15"; fsType = "vfat";