fix: replace lastlog2 with lastlog for SSH login information and clean up related dependencies
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2025-03-10 20:28:05 +01:00
parent ee064f521b
commit 132b7b1b66
4 changed files with 5 additions and 4 deletions

View File

@@ -39,7 +39,6 @@
- python3
- python3-pip
- python3-venv
- lastlog2 # Used for displaying last login information
state: present
become: true

View File

@@ -32,6 +32,9 @@
pipx
devbox
# OS independent and secure pty/tty and utmp/wtmp/lastlog
libptytty
# Development SDKs/Toolkits
gcc
pkg-config