From 72dfd33750d6675c0ba251d3931db7c5a5d5a42e 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 = [ {