Hypylock with yubikey
This commit is contained in:
parent
e535a0894d
commit
b807476daf
4 changed files with 132 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue