skipper: update u2f config

This commit is contained in:
Adithya 2024-07-14 18:54:14 +05:30
parent 8334885b97
commit 17922e89ee
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -8,8 +8,10 @@
}; };
u2f = { u2f = {
enable = true; enable = true;
authFile = "/persist/secrets/u2f/u2f_keys"; settings = {
cue = true; authFile = "/persist/secrets/u2f/u2f_keys";
cue = true;
};
}; };
}; };
pki.certificateFiles = [ ../shared/certs/local.adtya.xyz.CA.pem ]; pki.certificateFiles = [ ../shared/certs/local.adtya.xyz.CA.pem ];