feat: add mount for /mnt/gias to mount //file006/GIAS network share
All checks were successful
ci / treefmt (push) Successful in 2m50s

This commit is contained in:
Ceferino Patino 2026-06-03 15:13:21 -05:00
commit 8afcc0b65e
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -53,6 +53,12 @@ in {
"${inputs.self}/secrets/crypt/ssl/zscaler.crt"
];
fileSystems."/mnt/gias" = {
device = "//file006/GIAS";
fsType = "drvfs";
options = ["metadata" "uid=1000" "gid=100" "umask=022"];
};
networking = {
resolvconf.enable = mkForce false;