Update modules/nix/mount-docker-volumes.nix
Check NixOS configurations / eval-hosts (push) Successful in 38m28s

This commit is contained in:
2026-07-01 08:46:38 +00:00
parent b9ff8002bd
commit b3c3760c3e
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
fileSystems."/zfs-volumes" = { fileSystems."/mnt/docker-volumes" = {
device = "server:/tank/docker/volumes"; device = "server:/tank/docker/volumes";
fsType = "nfs"; fsType = "nfs";