mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-02-02 05:20:50 +01:00
13 lines
182 B
Nix
13 lines
182 B
Nix
{ config, pkgs, lib, ... }:
|
|
{
|
|
imports =
|
|
[
|
|
./base.nix
|
|
./sops.nix
|
|
../services/nginx.nix
|
|
#../services/authelia.nix
|
|
../services/fail2ban.nix
|
|
];
|
|
|
|
}
|