fwminex: fix mountpoint to /var/lib/docker
This commit is contained in:
parent
1430bf9d6d
commit
280b8cf3ad
@ -41,7 +41,7 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
fileSystems."/var/lib/docker" = {
|
fileSystems."/var/lib/docker" = {
|
||||||
device = "rpool/nixos/var/docker";
|
device = "rpool/nixos/var/lib/docker";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user