From fe322c13c6b0a1b2f1fedfa2c79454510b050515 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Thu, 2 Jul 2026 11:35:55 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- hosts/docker/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 6f26ef4..d92a7d4 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -73,11 +73,11 @@ boot.supportedFilesystems = [ "nfs" ]; services.rpcbind.enable = true; # Mount docker persistent data - fileSystems."/mnt/docker-persistent-data" = { - device = "/dev/disk/by-label/docker-data"; - fsType = "ext4"; - options = [ "defaults" "nofail" "noatime" ]; - }; + # fileSystems."/mnt/docker-persistent-data" = { + # device = "/dev/disk/by-label/docker-data"; + # fsType = "ext4"; + # options = [ "defaults" "nofail" "noatime" ]; + # }; fileSystems."/mnt/raspi" = { device = "raspberrypi.tail13f623.ts.net:/home/raspi/raspi"; fsType = "nfs4";