From 556eb2cc12dee90e81647c823dc9c1df96144d9d Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Mon, 20 Feb 2023 01:07:58 +0100 Subject: [PATCH] a --- hosts/ds9/default.nix | 2 +- hosts/ds9/hardware-configuration.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index bef9973b..106085a0 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -230,7 +230,7 @@ in group = "minecraft"; }; users.groups.minecraft = { }; - environment.systemPackages = [ pkgs.jre_minimal ]; + environment.systemPackages = [ pkgs.jdk ]; services.smartd = { enable = true; diff --git a/hosts/ds9/hardware-configuration.nix b/hosts/ds9/hardware-configuration.nix index a9129bed..93dc9b3b 100644 --- a/hosts/ds9/hardware-configuration.nix +++ b/hosts/ds9/hardware-configuration.nix @@ -43,10 +43,10 @@ device = "rpool/content/local/backups"; fsType = "zfs"; }; - fileSystems."/data/media/nzbr" = { - device = "10.0.1.2:/storage/media"; - fsType = "nfs"; - options = [ "x-systemd.automount" "noauto" ]; - }; + # fileSystems."/data/media/nzbr" = { + # device = "10.0.1.2:/storage/media"; + # fsType = "nfs"; + # options = [ "x-systemd.automount" "noauto" ]; + # }; }