diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:46:57 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:46:57 -0700 |
| commit | bfa7d5d58ff0bd9258a86d019025d2bb921a7ac4 (patch) | |
| tree | 601fc884ecf1caa64dff1e2f1794d2013479f618 /modules/users | |
| parent | 0cbe7c2309172b9dbe7f45143b1825d2bbf8fe02 (diff) | |
missing config input
Diffstat (limited to 'modules/users')
| -rw-r--r-- | modules/users/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/git.nix b/modules/users/git.nix index f528e6f..b238e84 100644 --- a/modules/users/git.nix +++ b/modules/users/git.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ config, pkgs, ... }: { users = { groups.git = { }; mutableUsers = false; |
