server services

This commit is contained in:
2025-07-15 15:24:33 +02:00
parent 555b11eab0
commit 378edf29a4
6 changed files with 115 additions and 2 deletions

10
hosts/sobotka/server.nix Normal file
View File

@@ -0,0 +1,10 @@
{
server = {
caddy = {
enable = true;
};
vaultwarden = {
enable = true;
};
};
}