mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat(hu-berlin): mount under remote/hu
This commit is contained in:
@@ -25,13 +25,13 @@
|
|||||||
"x-systemd.idle-timeout=1min"
|
"x-systemd.idle-timeout=1min"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
fileSystems."${remoteDir}/hu-berlin/germpro2" = {
|
fileSystems."${remoteDir}/hu/germpro2" = {
|
||||||
device = "//hugerm31c.user.hu-berlin.de/germpro2/ling";
|
device = "//hugerm31c.user.hu-berlin.de/germpro2/ling";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = hu-berlin-cifs-options;
|
options = hu-berlin-cifs-options;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."${remoteDir}/hu-berlin/germhome" = {
|
fileSystems."${remoteDir}/hu/meinhaki/home" = {
|
||||||
device = "//hugerm31c.user.hu-berlin.de/germhome/ling/meinhaki";
|
device = "//hugerm31c.user.hu-berlin.de/germhome/ling/meinhaki";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = hu-berlin-cifs-options;
|
options = hu-berlin-cifs-options;
|
||||||
|
|||||||
Reference in New Issue
Block a user