fix: Remove unused mount

This commit is contained in:
Kyle Brown 2023-12-31 14:20:56 -08:00
parent fe89e67a70
commit 7f40353d1b

View file

@ -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;