a
This commit is contained in:
parent
0126bacb43
commit
556eb2cc12
2 changed files with 6 additions and 6 deletions
|
|
@ -230,7 +230,7 @@ in
|
|||
group = "minecraft";
|
||||
};
|
||||
users.groups.minecraft = { };
|
||||
environment.systemPackages = [ pkgs.jre_minimal ];
|
||||
environment.systemPackages = [ pkgs.jdk ];
|
||||
|
||||
services.smartd = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
# };
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue