add login display to vps

This commit is contained in:
Yan Lin 2025-10-10 01:30:15 +02:00
parent 583e01832f
commit 583e60fb5c

View file

@ -8,6 +8,7 @@
../../../modules/podman.nix ../../../modules/podman.nix
../../../modules/traefik.nix ../../../modules/traefik.nix
../../../modules/borg-client.nix ../../../modules/borg-client.nix
../../../modules/login-display.nix
]; ];
# GRUB bootloader with UEFI support # GRUB bootloader with UEFI support
@ -54,10 +55,6 @@
]; ];
}; };
# No additional host-specific packages needed
# Borg backup configuration # Borg backup configuration
services.borgbackup-custom = { services.borgbackup-custom = {
enable = true; enable = true;
@ -90,6 +87,13 @@
''; '';
}; };
services.login-display = {
enable = true;
showSystemInfo = true;
showSmartStatus = false;
showDiskUsage = true;
};
# WireGuard VPN configuration (VPS as hub/server) # WireGuard VPN configuration (VPS as hub/server)
services.wireguard-custom = { services.wireguard-custom = {
enable = true; enable = true;