From 61846c5f3a935b3348de04e082cbcf3f018b61fb Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 3 Jul 2023 15:11:52 +0200 Subject: Fix(system): Import everything --- system/default.nix | 4 ++-- system/services/default.nix | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'system') diff --git a/system/default.nix b/system/default.nix index d67ada2..79b5403 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,6 +1,6 @@ -{config, ...}: { +{...}: { imports = [ - ./file_system_layouts + ./disks ./packages ./services ./users diff --git a/system/services/default.nix b/system/services/default.nix index 2e2b751..13e1c0a 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,12 +1,13 @@ {...}: { imports = [ + ./fail2ban ./keycloak + ./mail ./minecraft ./nginx ./nix - ./opensshd + ./nix-sync + ./openssh ./rust-motd - ./fail2ban - ./git-sync ]; } -- cgit 1.4.1