+nfs mount @m3-atlas

This commit is contained in:
m3tam3re 2025-02-03 17:54:53 +01:00
parent 28ab56d302
commit 446be80ef1

View File

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