Update hosts/docker/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 11m12s
Check NixOS configurations / eval-hosts (push) Failing after 11m12s
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user