diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 20e36b0..d402693 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -36,8 +36,12 @@ in environment.systemPackages = with pkgs; [ docker-compose docker_25 + nfs-utils ]; +boot.supportedFilesystems = [ "nfs" ]; +services.rpcbind.enable = true; + # Mount docker persistent data fileSystems."/mnt/docker-persistent-data" = { device = "/dev/disk/by-label/docker-data";