1
2
mirror of https://github.com/adrlau/nix-dotfiles.git synced 2025-03-22 19:12:51 +01:00

13 lines
182 B
Nix
Raw Normal View History

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