fix: fixed file system resolution
This commit is contained in:
parent
5dc602339c
commit
2922114367
5 changed files with 36 additions and 74 deletions
|
|
@ -47,9 +47,6 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
mount = {
|
||||
mountPoint = lib.mkDefault "/${name}";
|
||||
enable = lib.mkDefault true;
|
||||
};
|
||||
mount = lib.mkDefault "/${name}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue