fix hw key

This commit is contained in:
Schrottkatze 2024-06-12 13:24:47 +02:00
parent 8c81b94e47
commit e3767b5441
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
2 changed files with 7 additions and 0 deletions

View file

@ -115,6 +115,7 @@ with builtins; {
mtr.enable = true;
};
hardware.gpgSmartcards.enable = true;
time.timeZone = "Europe/Berlin";
home-manager.users.jade = {

View file

@ -8,5 +8,11 @@
./xmonad
./sway
];
services.gpg-agent = {
enable = true;
enableNushellIntegration = true;
enableSshSupport = true;
};
};
}