mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-03-23 11:32:51 +01:00
13 lines
183 B
Nix
13 lines
183 B
Nix
{ config, pkgs, lib, ... }:
|
|
{
|
|
imports =
|
|
[
|
|
./base.nix
|
|
./sops.nix
|
|
../services/nginx.nix
|
|
#../services/authelia.nix
|
|
#../services/fail2ban.nix
|
|
];
|
|
|
|
}
|