diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:47:48 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-14 08:47:48 -0700 |
| commit | 36521ff8d95a1107663fdfb3e148a6a8446babc2 (patch) | |
| tree | 0a333aac603c81a2662ae33a6ec4853197b3ef41 /modules/users | |
| parent | bfa7d5d58ff0bd9258a86d019025d2bb921a7ac4 (diff) | |
not sure why this line breaks config
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 b238e84..f5680e9 100644 --- a/modules/users/git.nix +++ b/modules/users/git.nix @@ -15,5 +15,5 @@ }; }; - services.openssh = { settings.PasswordAuthenitcation = false; }; + # services.openssh = { settings.PasswordAuthenitcation = false; }; } |
