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";
|
group = "minecraft";
|
||||||
};
|
};
|
||||||
users.groups.minecraft = { };
|
users.groups.minecraft = { };
|
||||||
environment.systemPackages = [ pkgs.jre_minimal ];
|
environment.systemPackages = [ pkgs.jdk ];
|
||||||
|
|
||||||
services.smartd = {
|
services.smartd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -43,10 +43,10 @@
|
||||||
device = "rpool/content/local/backups";
|
device = "rpool/content/local/backups";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
fileSystems."/data/media/nzbr" = {
|
# fileSystems."/data/media/nzbr" = {
|
||||||
device = "10.0.1.2:/storage/media";
|
# device = "10.0.1.2:/storage/media";
|
||||||
fsType = "nfs";
|
# fsType = "nfs";
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
# options = [ "x-systemd.automount" "noauto" ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue