From cfe2c84e925a765748063a2ea29a9630d09c9a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 29 May 2019 17:23:51 +0200 Subject: [PATCH] + lassulusflix --- configs/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/default.nix b/configs/default.nix index d13b792..fe1c620 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -2,6 +2,12 @@ { imports = [ + { + fileSystems."/mnt/lassulusflix" = { + device = "prism.r:/export"; + fsType = "nfs"; + }; + } { services.dbus.packages = [ pkgs.gnome3.dconf ]; }