roles: add all server roles and files

This commit is contained in:
2025-07-06 12:02:30 -07:00
parent 2b8325b0e2
commit f8601d4a02
8 changed files with 2 additions and 0 deletions

0
roles/backupserver.nix Normal file
View File

View File

View File

0
roles/mailserver.nix Normal file
View File

0
roles/monitorserver.nix Normal file
View File

View File

@@ -2,6 +2,8 @@
{ lib, pkgs, options, ... }: {
imports = [
./backupserver.nix
./dbserver-mariadb.nix
./dbserver-postgresql.nix
./mailserver.nix
./monitorserver.nix
./printserver.nix

View File

0
roles/webserver.nix Normal file
View File