diff options
| author | andromeda <andromeda@lenovo> | 2026-05-06 22:02:29 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-06 22:02:29 +0200 |
| commit | e6445221286ec12658c143f3dd90609d12144a14 (patch) | |
| tree | 28d59dbca77652ab603bbdadc46295fcdb7b9e7f /galaxious | |
| parent | 3142363a7341100ecf8cd1e2e79cdf1f5531afb2 (diff) | |
git user
Diffstat (limited to 'galaxious')
| -rw-r--r-- | galaxious/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/galaxious/configuration.nix b/galaxious/configuration.nix index d641f62..d86d0a3 100644 --- a/galaxious/configuration.nix +++ b/galaxious/configuration.nix @@ -75,6 +75,7 @@ in { users = { git = { isSystemUser = true; + createHome = true; group = "git"; home = "/var/lib/git"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJy2VD362wUcu0lKj2d6OIU8dbAna0Lu/NaAYIj8gdIA andromeda@lenovo" ]; |
