diff options
| author | seth <[email protected]> | 2023-07-25 02:55:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 02:55:49 -0400 |
| commit | 05756be4a1fd88ea8de3a09706ed5f5c6bd5c6f8 (patch) | |
| tree | 264509134804eb5838445f8642b98da3898016db /users/default.nix | |
| parent | b6eb0f026792f3707f6aac88ae2839923ceb2ad1 (diff) | |
users/seth: enable ssh+gpg for git
Diffstat (limited to 'users/default.nix')
| -rw-r--r-- | users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/default.nix b/users/default.nix index 83d8ce5..3ac811e 100644 --- a/users/default.nix +++ b/users/default.nix @@ -12,6 +12,7 @@ inherit system; overlays = with inputs; [nur.overlay getchoo.overlays.default]; }; + modules = [{_module.args.osConfig = {};}]; }; }; }; |
