Update modules/nix/mount-docker-config.nix

updated mount path
This commit is contained in:
2026-07-01 08:46:12 +00:00
parent 63f5acb18f
commit d3c26d7e9e
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
fileSystems."/zfs-config" = {
fileSystems."/mnt/docker-config" = {
device = "server:/tank/docker/config";
fsType = "nfs";