Update modules/nix/mount-docker-config.nix
Check NixOS configurations / eval-hosts (push) Successful in 36m26s
Check NixOS configurations / eval-hosts (push) Successful in 36m26s
updated mount path
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user