This commit is contained in:
Philipp Hochkamp 2023-02-20 01:07:58 +01:00
parent 0126bacb43
commit 556eb2cc12
2 changed files with 6 additions and 6 deletions

View file

@ -230,7 +230,7 @@ in
group = "minecraft";
};
users.groups.minecraft = { };
environment.systemPackages = [ pkgs.jre_minimal ];
environment.systemPackages = [ pkgs.jdk ];
services.smartd = {
enable = true;

View file

@ -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" ];
# };
}