From ee9dcf39a0529561ee809b75e92466e050fff603 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 19 Jul 2023 17:43:56 +0200 Subject: [PATCH] VEGAS/warehouse: remove old storage --- hosts/VEGAS/services/warehouse/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/VEGAS/services/warehouse/default.nix b/hosts/VEGAS/services/warehouse/default.nix index 5aef4b3..de23352 100644 --- a/hosts/VEGAS/services/warehouse/default.nix +++ b/hosts/VEGAS/services/warehouse/default.nix @@ -33,11 +33,4 @@ with tools.nginx; Slice = "mediaplayback.slice"; }; - - fileSystems."/mnt/animus/media" = { - device = "10.15.0.2:/mnt/storage/media/media"; - fsType = "nfs4"; - noCheck = true; - options = [ "x-systemd.after=wireguard-wgautobahn.service" ]; - }; }