ssh stuff, pam u2f, fixing touchpad tapping on mbp
This commit is contained in:
parent
89faa2c6b0
commit
cf18b231c4
3 changed files with 14 additions and 1 deletions
|
@ -156,6 +156,9 @@ with builtins; {
|
|||
packages = [
|
||||
pkgs.marksman
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOaE8TFsIazpn4OnHvHcRpOFr9FfvMaWOiEjmHsmnAoE cardno:000F_70CD7D05"
|
||||
];
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue