Compare commits

..

No commits in common. "8559edc5140b26589956a453b11efb18130c1b0e" and "5729ec0922f0855d1409ec6b89e074cd29b1a3f1" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -61,8 +61,7 @@ in
color_scheme = "myCoolTheme", color_scheme = "myCoolTheme",
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,
-- https://github.com/wez/wezterm/issues/4483 -- https://github.com/wez/wezterm/issues/4483
enable_wayland = false, enable_wayland = true,
warn_about_missing_glyphs = false
} }
''; '';
}; };

View file

@ -9,11 +9,6 @@ let cfg = config.local.yubikey; in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = [ pkgs.yubikey-manager pkgs.yubikey-personalization ]; environment.systemPackages = [ pkgs.yubikey-manager pkgs.yubikey-personalization ];
security.pam.u2f = {
enable = true;
control = "required";
};
services.udev.packages = [ pkgs.yubikey-personalization ]; services.udev.packages = [ pkgs.yubikey-personalization ];
security.pam.services = { security.pam.services = {
login.u2fAuth = true; login.u2fAuth = true;