diff options
| author | andromeda <andromeda@lenovo> | 2026-05-06 21:56:27 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-06 21:56:27 +0200 |
| commit | 3142363a7341100ecf8cd1e2e79cdf1f5531afb2 (patch) | |
| tree | 534caceef846222594c994a9cbc5aa6f7e3d499e | |
| parent | e1ee847e4c3e6ef1db8954ad78329f13ed2f9af6 (diff) | |
git user
| -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 76914cb..d641f62 100644 --- a/galaxious/configuration.nix +++ b/galaxious/configuration.nix @@ -70,6 +70,7 @@ in { }; system.stateVersion = "25.11"; users = { + groups.git = {}; mutableUsers = false; users = { git = { |
