diff --git a/hosts/phantom/hardware-config.nix b/hosts/phantom/hardware-config.nix index 683a684..4df34c8 100644 --- a/hosts/phantom/hardware-config.nix +++ b/hosts/phantom/hardware-config.nix @@ -5,6 +5,12 @@ ... }: { + fileSystems."/var/lib/syncthing-data" = { + device = "172.16.130.7:/nas/5749/syncthinng_data"; + fsType = "nfs"; + options = [ "nofail" ]; + }; + swapDevices = [ { device = "/swap/swapfile";