[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:
jmug
2025-07-08 15:58:18 -07:00
parent db114aafdf
commit a42e0442f6
8 changed files with 223 additions and 38 deletions
+2 -2
View File
@@ -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