nixos-config/roles/server.nix
2021-10-26 17:07:52 +03:00

31 lines
421 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
inputs.home-manager.nixosModules.home-manager
inputs.base16.hmModule
applications
devices
fonts
git
gpg
locale
misc
network
nix
overlay
secrets
secrets-envsubst
security
ssh
themes
xdg
zsh
direnv
kitty
matrix-synapse
nginx
];
}