From f5f454596960cdf76aff1d50d4feeaf784e73d31 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 22 Jan 2023 17:37:08 -0800 Subject: [PATCH] Stop with the nfs stuff for now --- sites/seattle.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sites/seattle.nix b/sites/seattle.nix index 9902a18..f980154 100644 --- a/sites/seattle.nix +++ b/sites/seattle.nix @@ -10,9 +10,4 @@ enable-distributed-builds = false; mail-server = "mail.fudo.org"; local-gateway = "limina"; - network-filesystems = { - "/net/documents" = { host = "nostromo"; }; - "/net/downloads" = { host = "nostromo"; }; - "/net/projects" = { host = "nostromo"; }; - }; }