feat: add new host for VPS setup

This commit is contained in:
2024-10-21 01:31:53 +05:30
parent c2f1ca9d23
commit 68de1ae948
4 changed files with 198 additions and 0 deletions

7
hosts/vps/home.nix Normal file
View File

@ -0,0 +1,7 @@
{...}: {
imports = [
../common/home.nix
];
home.stateVersion = "24.11";
}