From 154c57f9c08312f6181b46be8dd8ea543b45f192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 9 Apr 2024 19:41:37 +0200 Subject: [PATCH] feat(hu-berlin): mount under remote/hu --- configs/hu-berlin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/hu-berlin.nix b/configs/hu-berlin.nix index 2de40ed..75fcecd 100644 --- a/configs/hu-berlin.nix +++ b/configs/hu-berlin.nix @@ -25,13 +25,13 @@ "x-systemd.idle-timeout=1min" ]; in { - fileSystems."${remoteDir}/hu-berlin/germpro2" = { + fileSystems."${remoteDir}/hu/germpro2" = { device = "//hugerm31c.user.hu-berlin.de/germpro2/ling"; fsType = "cifs"; options = hu-berlin-cifs-options; }; - fileSystems."${remoteDir}/hu-berlin/germhome" = { + fileSystems."${remoteDir}/hu/meinhaki/home" = { device = "//hugerm31c.user.hu-berlin.de/germhome/ling/meinhaki"; fsType = "cifs"; options = hu-berlin-cifs-options;