{ config, pkgs, lib, ... }: lib.mkIf (config.networking.hostName == "ThinkCentre-Server-004"){ services.vaultwarden = { enable = true; backupDir = "/var/local/vaultwarden/backup"; environmentFile = "/etc/vaultwarden.env"; config = { SIGNUPS_ALLOWED = true; ROCKET_PORT = 8222; }; }; }