Clean up some hardware/machine/role configuration spaghetti
This commit is contained in:
parent
0f74c957a1
commit
a0d45ddbef
3 changed files with 17 additions and 7 deletions
|
|
@ -22,16 +22,10 @@
|
|||
|
||||
fileSystems."/storage" =
|
||||
{
|
||||
device = "storage-pool/main";
|
||||
device = "rpool/storage";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/export/storage" =
|
||||
{
|
||||
device = "/storage";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/5099-A753";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue