skipper: update u2f config
This commit is contained in:
parent
8334885b97
commit
17922e89ee
1 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,10 @@
|
|||
};
|
||||
u2f = {
|
||||
enable = true;
|
||||
authFile = "/persist/secrets/u2f/u2f_keys";
|
||||
cue = true;
|
||||
settings = {
|
||||
authFile = "/persist/secrets/u2f/u2f_keys";
|
||||
cue = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
pki.certificateFiles = [ ../shared/certs/local.adtya.xyz.CA.pem ];
|
||||
|
|
Loading…
Reference in a new issue