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