fix: Remove unused mount
This commit is contained in:
parent
fe89e67a70
commit
7f40353d1b
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@
|
|||
outputs,
|
||||
...
|
||||
}: {
|
||||
fileSystems."/mnt/docker" = {
|
||||
device = "morbo.far:/mnt/t7blue/docker";
|
||||
fsType = "nfs";
|
||||
options = ["x-systemd.automount" "noauto" "soft"];
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
liveRestore = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue