feat(vps): add vps host

This commit is contained in:
tux
2026-05-10 04:57:09 +05:30
parent cb3389bce6
commit c5cc4b4f11
4 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
flake.modules.homeManager.vps = {
home.stateVersion = "26.05";
};
}