Fix docker partition mount point
This commit is contained in:
parent
82b02cda32
commit
d7b5116106
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Docker data directory
|
# Docker data directory
|
||||||
fileSystems."/home/fern/docker/data" = {
|
fileSystems."/home/fern/docker" = {
|
||||||
device = dockerPart;
|
device = dockerPart;
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue