From 2ca4181f1f74c8437659754ecbb47575e83417f9 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Sat, 7 Sep 2024 18:45:58 -0400 Subject: [PATCH] Change a comment --- nixos/hardware/machines/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hardware/machines/server.nix b/nixos/hardware/machines/server.nix index cf0c234..b0c065d 100644 --- a/nixos/hardware/machines/server.nix +++ b/nixos/hardware/machines/server.nix @@ -45,7 +45,7 @@ options = [ "bind" ]; }; - # Atrocity of var bindmounts + # Atrocity of bindmounts "/mnt/nextcloud/data/JimboNFS" = { device = "/export/JimboNFS"; fsType = "none";