[Devbox] Reinstall and turn it into a usable desktop.
Signed-off-by: jmug <u.g.a.mariano@gmail.com> arst Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
db114aafdf
commit
a42e0442f6
8 changed files with 223 additions and 38 deletions
|
|
@ -157,9 +157,9 @@ in
|
|||
};
|
||||
};
|
||||
services = {
|
||||
login.u2fAuth = true;
|
||||
login.u2fAuth = config.yubikey.enable-u2f-auth;
|
||||
sudo = {
|
||||
u2fAuth = true;
|
||||
u2fAuth = config.yubikey.enable-u2f-auth;
|
||||
};
|
||||
# Attempt to auto-unlock gnome-keyring using u2f
|
||||
# NOTE: vscode uses gnome-keyring even if we aren't using gnome, which is why it's still here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue