feat: add mount for /mnt/gias to mount //file006/GIAS network share
All checks were successful
ci / treefmt (push) Successful in 2m50s
All checks were successful
ci / treefmt (push) Successful in 2m50s
This commit is contained in:
parent
4bae03b423
commit
8afcc0b65e
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue