From f34d95da22e9a0d92e23316738f361c99de63d4a Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 22 Apr 2018 00:00:44 +0200 Subject: [PATCH] MaJ points de montage --- hardware-configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index b2500d7..f3a304a 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -47,11 +47,6 @@ fsType = "zfs"; }; - fileSystems."/var/lib/murmur" = - { device = "loutrepool/var/murmur"; - fsType = "zfs"; - }; - fileSystems."/var/lib/emby/ProgramData-Server" = { device = "loutrepool/var/emby"; fsType = "zfs"; @@ -102,6 +97,11 @@ fsType = "zfs"; }; + fileSystems."/var/lib/sonarr" = + { device = "loutrepool/var/sonarr"; + fsType = "zfs"; + }; + swapDevices = [ ]; nix.maxJobs = lib.mkDefault 4;