mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Working on the ZFS migration. Silvering in process.
This commit is contained in:
parent
6acde28eb4
commit
6e5b120ec6
2 changed files with 8 additions and 15 deletions
|
|
@ -28,15 +28,8 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/disks/BigEXT" =
|
||||
{ device = "/dev/disk/by-uuid/f9797766-59d6-4fca-9a2a-7bade7f57291";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."mewmapper".device = "/dev/disk/by-uuid/2802caf9-2dd6-4365-a022-f1359911a1db";
|
||||
|
||||
fileSystems."/disks/pool-compress" =
|
||||
{ device = "zstore/compress";
|
||||
fileSystems."/disks/pool-protect" =
|
||||
{ device = "zstore/protect";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
|
|
@ -45,8 +38,8 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/disks/pool-protect" =
|
||||
{ device = "zstore/protect";
|
||||
fileSystems."/disks/pool-compress" =
|
||||
{ device = "zstore/compress";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue