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