From 7a82c96567988fe4b2fa786ebde2631f7e1bd61e Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 5 Oct 2025 12:04:57 +0200 Subject: add git server --- config/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/default.nix') diff --git a/config/default.nix b/config/default.nix index 90f7dfe..db94c34 100644 --- a/config/default.nix +++ b/config/default.nix @@ -1,4 +1,5 @@ -{modulesPath, ...}: { +{ modulesPath, ... }: +{ imports = [ # (modulesPath + "/profiles/headless.nix") (modulesPath + "/profiles/minimal.nix") @@ -7,6 +8,7 @@ ./hardware ./networking.nix ./nix.nix + ./services ./storage.nix ./system.nix ./users.nix -- cgit v1.2.3