Hypylock with yubikey

This commit is contained in:
Jack Mechem 2026-04-30 23:20:08 -07:00
parent e535a0894d
commit b807476daf
4 changed files with 132 additions and 3 deletions

View file

@ -40,7 +40,7 @@
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCUSPs="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
# Avoid redundant downloads
@ -98,6 +98,8 @@
};
};
services.logind.settings.Login.HandleLidSwitch = "suspend";
services.libinput.enable = true;
services.openssh.enable = true;