From 857e0584d19e0abbc9f73a7ea9aea24be6a6786e Mon Sep 17 00:00:00 2001 From: hyperion Date: Fri, 30 Oct 2020 12:00:11 +0100 Subject: Refactoring repository structure and building basic nix module --- nix/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nix/default.nix (limited to 'nix/default.nix') diff --git a/nix/default.nix b/nix/default.nix new file mode 100644 index 0000000..f5f4954 --- /dev/null +++ b/nix/default.nix @@ -0,0 +1,10 @@ +{ ... }: + +{ + imports = [ + ./dash.nix + ./metrics.nix + ./nginx.nix + ./prosody.nix + ]; +} -- cgit v1.2.3