Compare commits
No commits in common. "8559edc5140b26589956a453b11efb18130c1b0e" and "5729ec0922f0855d1409ec6b89e074cd29b1a3f1" have entirely different histories.
8559edc514
...
5729ec0922
2 changed files with 1 additions and 7 deletions
|
@ -61,8 +61,7 @@ in
|
|||
color_scheme = "myCoolTheme",
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
-- https://github.com/wez/wezterm/issues/4483
|
||||
enable_wayland = false,
|
||||
warn_about_missing_glyphs = false
|
||||
enable_wayland = true,
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -9,11 +9,6 @@ let cfg = config.local.yubikey; in
|
|||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = [ pkgs.yubikey-manager pkgs.yubikey-personalization ];
|
||||
|
||||
security.pam.u2f = {
|
||||
enable = true;
|
||||
control = "required";
|
||||
};
|
||||
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
security.pam.services = {
|
||||
login.u2fAuth = true;
|
||||
|
|
Loading…
Reference in a new issue