added root_pool/nix

This commit is contained in:
2024-10-07 19:45:11 -04:00
parent 025ad362f2
commit bb589662d2

View File

@@ -1,5 +1,4 @@
{ config, lib, modulesPath, ... }:
{
imports =[ (modulesPath + "/installer/scan/not-detected.nix") ];
@@ -98,6 +97,11 @@
fsType = "zfs";
};
fileSystems."/nix" =
{ device = "root_pool/nix";
fsType = "zfs";
};
"/var" = {
device = "root_pool/var";
fsType = "zfs";