From 664ed0dcd9d28b7f9896d62e69f47d4d889526a7 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 25 Sep 2023 18:23:14 +0200 Subject: Fix typo and add git --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 24ae7e3..2b67297 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ in imports = [ (./hardware + "/${me.name}.nix") - (./machine + "/${me.name}.nix") + (./machines + "/${me.name}.nix") ]; boot.loader.systemd-boot.enable = true; @@ -60,6 +60,7 @@ in programs = { fish.enable = true; + git.enable = true; }; services.nginx.virtualHosts = { -- cgit 1.4.1