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"; + }; }