Update dependencies
This commit is contained in:
parent
cd66395270
commit
b06fd3cceb
4 changed files with 13 additions and 13 deletions
|
@ -10,7 +10,7 @@
|
|||
{ bits = 4096; path = "${config.chvp.dataPrefix}/etc/ssh/ssh_host_rsa_key"; type = "rsa"; }
|
||||
{ path = "${config.chvp.dataPrefix}/etc/ssh/ssh_host_ed25519_key"; type = "ed25519"; }
|
||||
];
|
||||
authorizedKeysFiles = [ "/run/secrets/authorized_keys/%u" ];
|
||||
authorizedKeysFiles = [ "/run/agenix/authorized_keys/%u" ];
|
||||
};
|
||||
|
||||
age.secrets."authorized_keys/root".file = ../../../secrets/authorized_keys/root.age;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
isReadOnly = false;
|
||||
};
|
||||
"/run/secrets" = {
|
||||
hostPath = "/run/secrets/data-access";
|
||||
hostPath = "/run/agenix/data-access";
|
||||
isReadOnly = true;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
"/mnt/ugent/files" = {
|
||||
device = "//files.ugent.be/ecvpeteg";
|
||||
fsType = "cifs";
|
||||
options = [ "credentials=/run/secrets/passwords/ugent-mount-credentials,${automount_opts},users,vers=3.0,noperm,domain=UGENT,sec=ntlmv2i" ];
|
||||
options = [ "credentials=${config.age.secrets."passwords/ugent-mount-credentials".path},${automount_opts},users,vers=3.0,noperm,domain=UGENT,sec=ntlmv2i" ];
|
||||
noCheck = true;
|
||||
};
|
||||
"/mnt/ugent/webhost" = {
|
||||
device = "//webhost.ugent.be/ecvpeteg";
|
||||
fsType = "cifs";
|
||||
options = [ "credentials=/run/secrets/passwords/ugent-mount-credentials,${automount_opts},users,vers=3.0" ];
|
||||
options = [ "credentials=${config.age.secrets."passwords/ugent-mount-credentials".path},${automount_opts},users,vers=3.0" ];
|
||||
noCheck = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue