1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(hu-berlin): mount under remote/hu

This commit is contained in:
2024-04-09 19:41:37 +02:00
parent 9432fa62d8
commit 154c57f9c0

View File

@@ -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;