nixos-config/roles/server.nix
2022-01-30 02:10:32 +03:00

21 lines
291 B
Nix

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