From f7e5d29029399af167f868ef3ae0a6cc34f4a4ad Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 16 Nov 2024 04:24:38 +0100 Subject: Prototype foundation service configration library Signed-off-by: Mel --- modules/foundation/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/foundation/default.nix (limited to 'modules/foundation/default.nix') diff --git a/modules/foundation/default.nix b/modules/foundation/default.nix new file mode 100644 index 0000000..10ec503 --- /dev/null +++ b/modules/foundation/default.nix @@ -0,0 +1,5 @@ +{ ... }: + +{ + imports = [ ./services.nix ]; +} -- cgit 1.4.1