Added krb5 as sec for smb mount
This commit is contained in:
parent
10216784e8
commit
6522ebc15e
@ -26,6 +26,6 @@
|
||||
fileSystems."/mnt/nas" = {
|
||||
device = "//${inputs.secrets.lab.nas.host}/Backup";
|
||||
fsType = "cifs";
|
||||
options = [ "credentials=${config.sops.secrets."smb-credentials".path}" ];
|
||||
options = [ "sec=krb5,credentials=${config.sops.secrets."smb-credentials".path}" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user