Update hosts/docker/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 11m12s

This commit is contained in:
2026-07-02 11:35:55 +00:00
parent 4d8b00609b
commit fe322c13c6
+5 -5
View File
@@ -73,11 +73,11 @@ boot.supportedFilesystems = [ "nfs" ];
services.rpcbind.enable = true; services.rpcbind.enable = true;
# Mount docker persistent data # Mount docker persistent data
fileSystems."/mnt/docker-persistent-data" = { # fileSystems."/mnt/docker-persistent-data" = {
device = "/dev/disk/by-label/docker-data"; # device = "/dev/disk/by-label/docker-data";
fsType = "ext4"; # fsType = "ext4";
options = [ "defaults" "nofail" "noatime" ]; # options = [ "defaults" "nofail" "noatime" ];
}; # };
fileSystems."/mnt/raspi" = { fileSystems."/mnt/raspi" = {
device = "raspberrypi.tail13f623.ts.net:/home/raspi/raspi"; device = "raspberrypi.tail13f623.ts.net:/home/raspi/raspi";
fsType = "nfs4"; fsType = "nfs4";