{ lib, pkgs, config, ... }: { # State version system.stateVersion = "24.11"; # Machine hostname networking.hostName = "vm-vpn"; # Enabled modules modules = { profiles.vm.enable = true; }; # Setup NAS Backup Job }