diff options
| author | Mel <mel@rnrd.eu> | 2025-06-05 03:41:32 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-06-05 03:41:32 +0200 |
| commit | 182aa5ecdc5c6583ce9b44c5a13432bb30409fc8 (patch) | |
| tree | bf4d0fbba4e1cc8db47238002a293bae90998e4e /modules/common.nix | |
| parent | bca04b418838998c183b4e087ded86856c88a062 (diff) | |
| download | minerals-182aa5ecdc5c6583ce9b44c5a13432bb30409fc8.tar.zst minerals-182aa5ecdc5c6583ce9b44c5a13432bb30409fc8.zip | |
Setup login and sudo authentication through U2F w/ YubiKey
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index cfbf2fa..30fd3ab 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -11,6 +11,7 @@ ./fonts.nix ./flatpak.nix ./libreoffice.nix + ./hardware-keys.nix ./nix-ld.nix ]; @@ -81,7 +82,7 @@ environment.systemPackages = (with pkgs; [ file unzip jq dig htop wget screen - gnupg pinentry-gnome3 age agenix minisign openssl + gnupg pinentry-gnome3 age agenix minisign openssl cryptsetup pamtester inetutils pciutils usbutils lshw lsof inxi iw pmutils acpi acpid avrdude minicom miniserve netcat-gnu socat tcpdump nmap iftop iperf mtr arp-scan ethtool sysprof wireshark mitmproxy hardinfo remmina |
