From 446be80ef1f393e14a1d12a6ad40d790f5b7e1f2 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 3 Feb 2025 17:54:53 +0100 Subject: [PATCH] +nfs mount @m3-atlas --- hosts/m3-atlas/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/m3-atlas/hardware-configuration.nix b/hosts/m3-atlas/hardware-configuration.nix index 4daad50..62bce9c 100644 --- a/hosts/m3-atlas/hardware-configuration.nix +++ b/hosts/m3-atlas/hardware-configuration.nix @@ -23,4 +23,9 @@ # networking.interfaces.ens18.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + + fileSystems."/var/storage" = { + device = "46.38.248.210:/voln723044a1"; + fsType = "nfs"; + }; }