Update modules/nix/mount-docker-config.nix
Check NixOS configurations / eval-hosts (push) Successful in 36m26s

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