From 50bc77458ffc1aecbf831ac86565ac8b786a019d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 15 Jun 2019 17:50:26 +0200 Subject: [PATCH] lassulusflix: move to retiolum --- configs/default.nix | 6 ------ configs/retiolum.nix | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/configs/default.nix b/configs/default.nix index 60f9bb6..ba32f10 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -2,12 +2,6 @@ { imports = [ - { - fileSystems."/mnt/lassulusflix" = { - device = "prism.r:/export"; - fsType = "nfs"; - }; - } { services.dbus.packages = [ pkgs.gnome3.dconf ]; } diff --git a/configs/retiolum.nix b/configs/retiolum.nix index 79b421c..49c25f3 100644 --- a/configs/retiolum.nix +++ b/configs/retiolum.nix @@ -2,6 +2,11 @@ { imports = [ ]; + fileSystems."/mnt/lassulusflix" = { + device = "prism.r:/export"; + fsType = "nfs"; + }; + networking.hosts = { "42:0:ca48:f98f:63d7:31ce:922b:245d" = [ "go" ]; };