From 96c00e02d3d1a54e8b5f5da6d12325bc3606cd9f Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 17 Feb 2025 09:12:38 +0100 Subject: [PATCH] Fix git permissions on antares createHome can't be set to true, as this will mess up permissions --- hosts/antares/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index 9f8a051..d73ad48 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -111,7 +111,6 @@ description = "git"; group = "git"; home = "/srv/git"; - createHome = true; shell = "${pkgs.git}/bin/git-shell"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtL2eG098LhkFPR4N5e44XMq60uvCUCOuKMYs5zjg6f" -- 2.47.2