summaryrefslogtreecommitdiff
path: root/users/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-25 02:55:49 -0400
committerseth <[email protected]>2023-07-25 02:55:49 -0400
commit05756be4a1fd88ea8de3a09706ed5f5c6bd5c6f8 (patch)
tree264509134804eb5838445f8642b98da3898016db /users/default.nix
parentb6eb0f026792f3707f6aac88ae2839923ceb2ad1 (diff)
users/seth: enable ssh+gpg for git
Diffstat (limited to 'users/default.nix')
-rw-r--r--users/default.nix1
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 = {};}];
};
};
};