Skip to content
Snippets Groups Projects
Unverified Commit 88a19b13 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Merge pull request #18 from PrivateStorageio/privatestorageops#174.redeploy-storage002

Configuration changes to support redeployment of storage002
parents 58f4beef b1a0b9bc
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@
fsType = "ext4";
};
# Manually created using:
# zpool create -m legacy -o ashift=12 root raidz /dev/disk/by-id/{wwn-0x5000cca25dcc966d,wwn-0x5000cca24cec02e3,wwn-0x5000cca25dcc7711,wwn-0x5000cca25dccca63,wwn-0x5000cca25dcc74b6,wwn-0x5000cca25dcc4591,wwn-0x5000cca25dcc4461}
fileSystems."/storage" = {
device = "root";
fsType = "zfs";
};
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 24;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment