nixos-config/roles/server.nix
2021-10-31 15:51:17 +03:00

19 lines
257 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
./base.nix
inputs.base16.hmModule
fonts
themes
direnv
kitty
coturn
mailserver
matrix-synapse
# nginx
caddy
];
}