From c43b30a1b9504df96dd90aac6c67ca1a92e23214 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 28 Oct 2023 05:14:31 +0530 Subject: [PATCH] enable proofs and wiki --- hosts/rico2/services/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/rico2/services/default.nix b/hosts/rico2/services/default.nix index e151181..82db512 100644 --- a/hosts/rico2/services/default.nix +++ b/hosts/rico2/services/default.nix @@ -1,3 +1,3 @@ -{...}: { - imports = [./adtya.xyz.nix ./caddy.nix ./frpc.nix ./if3.nix ./ssh.nix]; +_: { + imports = [./adtya.xyz.nix ./caddy.nix ./frpc.nix ./if3.nix ./proofs.nix ./ssh.nix ./wiki.nix]; }