server fix

This commit is contained in:
Polen 2025-11-21 12:43:20 -05:00
parent 7d6807e0a6
commit d2516d242d

View file

@ -124,13 +124,13 @@ in {
fileSystems."/mnt/latoure-data" = {
device = "latoure.local:/data";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"];
};
fileSystems."/mnt/latoure-data1" = {
device = "latoure.local:/data1";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
options = ["x-systemd.automount" "noauto" "x-systemd.idle-timeout=600"];
};
networking = {
@ -167,6 +167,7 @@ in {
xmrig
tmux
nfs-utils
ranger
];
programs.zsh.enable = true;