From ee731c8a921b23ee9b2b41b496f769be157191ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 13 Apr 2020 11:01:39 +0200 Subject: [PATCH] fix(retiolum): rename flix --- configs/retiolum.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/retiolum.nix b/configs/retiolum.nix index cd814aa..7c993c2 100644 --- a/configs/retiolum.nix +++ b/configs/retiolum.nix @@ -2,7 +2,7 @@ { imports = [ ]; - fileSystems."/mnt/lassulusflix" = { + fileSystems."/media/flix" = { device = "prism.r:/export"; fsType = "nfs"; };