feat(portal): add Vultr NixOS host configuration

- use the shared global base and Tailscale module
- configure Portal SSH and VM memory settings
- add Richie's minimal Home Manager profile
- document SOPS and nixos-anywhere deployment
This commit is contained in:
2026-08-26 07:33:31 -04:00
parent b8b0605279
commit 6fa93e1b96
4 changed files with 202 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
../home/minimal.nix
];
}