add login display to vps
This commit is contained in:
parent
583e01832f
commit
583e60fb5c
1 changed files with 8 additions and 4 deletions
|
|
@ -8,6 +8,7 @@
|
|||
../../../modules/podman.nix
|
||||
../../../modules/traefik.nix
|
||||
../../../modules/borg-client.nix
|
||||
../../../modules/login-display.nix
|
||||
];
|
||||
|
||||
# GRUB bootloader with UEFI support
|
||||
|
|
@ -54,10 +55,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
|
||||
# No additional host-specific packages needed
|
||||
|
||||
|
||||
# Borg backup configuration
|
||||
services.borgbackup-custom = {
|
||||
enable = true;
|
||||
|
|
@ -90,6 +87,13 @@
|
|||
'';
|
||||
};
|
||||
|
||||
services.login-display = {
|
||||
enable = true;
|
||||
showSystemInfo = true;
|
||||
showSmartStatus = false;
|
||||
showDiskUsage = true;
|
||||
};
|
||||
|
||||
# WireGuard VPN configuration (VPS as hub/server)
|
||||
services.wireguard-custom = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue