From d2516d242dfb4655c28a22fa2a78aa74470ffaa6 Mon Sep 17 00:00:00 2001 From: Polen Date: Fri, 21 Nov 2025 12:43:20 -0500 Subject: [PATCH] server fix --- devices/server/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devices/server/configuration.nix b/devices/server/configuration.nix index c2aae11..5c6a866 100644 --- a/devices/server/configuration.nix +++ b/devices/server/configuration.nix @@ -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;