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";