diff options
| author | Dominik Kaiser | 2025-02-17 09:12:38 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-17 09:12:38 +0100 |
| commit | 96c00e02d3d1a54e8b5f5da6d12325bc3606cd9f (patch) | |
| tree | 1cee77b8dcd74a9f94562b7d3d5734aedc886c26 | |
| parent | 9c00b348abb68097f122187c89c4117180943bd1 (diff) | |
| download | nixos-96c00e02d3d1a54e8b5f5da6d12325bc3606cd9f.tar.gz nixos-96c00e02d3d1a54e8b5f5da6d12325bc3606cd9f.zip | |
Fix git permissions on antares
createHome can't be set to true, as this will mess up permissions
| -rw-r--r-- | hosts/antares/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
