chore: flake update

This commit is contained in:
2026-05-09 04:42:59 +02:00
parent c40da75f66
commit 8aac2a5e48
9 changed files with 103 additions and 62 deletions

View File

@@ -75,5 +75,39 @@
];
};
fileSystems."/mnt/DMS-ALT-INBOX" = {
device = "//192.168.152.104/01-E-RECHNUNG-DMS-ALT";
fsType = "cifs";
options = [
"credentials=${config.age.secrets.smb-autoablage.path}"
"domain=az-group.local"
"uid=0"
"gid=0"
"file_mode=0777"
"dir_mode=0777"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"x-systemd.idle-timeout=60"
];
};
fileSystems."/mnt/DMS-INBOX" = {
device = "//192.168.152.97/01-E-RECHNUNG-DMS";
fsType = "cifs";
options = [
"credentials=${config.age.secrets.smb-autoablage.path}"
"domain=az-group.local"
"uid=0"
"gid=0"
"file_mode=0777"
"dir_mode=0777"
"iocharset=utf8"
"nofail"
"x-systemd.automount"
"x-systemd.idle-timeout=60"
];
};
system.stateVersion = "25.05";
}