From 75da9cfb7bb63250783b9d3585560e9fa6cb84e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 17 Jan 2025 00:34:11 -0300 Subject: [PATCH] phantom: add mastodon storage device --- hosts/phantom/hardware-config.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hosts/phantom/hardware-config.nix b/hosts/phantom/hardware-config.nix index 4df34c8..afea081 100644 --- a/hosts/phantom/hardware-config.nix +++ b/hosts/phantom/hardware-config.nix @@ -1,15 +1,14 @@ -{ - config, - pkgs, - inputs, - ... -}: { fileSystems."/var/lib/syncthing-data" = { device = "172.16.130.7:/nas/5749/syncthinng_data"; fsType = "nfs"; options = [ "nofail" ]; }; + fileSystems."/var/lib/mastodon" = { + device = "172.16.130.7:/nas/5749/mastodon"; + fsType = "nfs"; + options = [ "nofail" ]; + }; swapDevices = [ {