nix-dotfiles/profiles/webhost.nix

13 lines
182 B
Nix

{ config, pkgs, lib, ... }:
{
imports =
[
./base.nix
./sops.nix
../services/nginx.nix
#../services/authelia.nix
../services/fail2ban.nix
];
}