fwminex: mount /var/lib/docker

This commit is contained in:
Motiejus Jakštys 2023-09-21 06:21:12 +03:00
parent e3783b8c8b
commit f846c492bc
1 changed files with 5 additions and 0 deletions

View File

@ -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 = ''