fwminex: mount /var/lib/docker
This commit is contained in:
parent
e3783b8c8b
commit
f846c492bc
|
@ -29,6 +29,11 @@ in {
|
|||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
fileSystems."/var/lib/docker" = {
|
||||
device = "rpool/nixos/var/lib/docker";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
#swapDevices = [];
|
||||
|
||||
boot.loader.grub.extraEntries = ''
|
||||
|
|
Loading…
Reference in New Issue