From 8ed3dfc9ebc52a50c3e6d4623204847822944422 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:47:59 -0800 Subject: move configurations and modules around Sorry, this is a mess, hopefully the last one. --- users/fcuny/desktop/trust/git.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 users/fcuny/desktop/trust/git.nix (limited to 'users/fcuny/desktop/trust/git.nix') diff --git a/users/fcuny/desktop/trust/git.nix b/users/fcuny/desktop/trust/git.nix new file mode 100644 index 0000000..52607a3 --- /dev/null +++ b/users/fcuny/desktop/trust/git.nix @@ -0,0 +1,8 @@ +{ + programs.git = { + signing = { + signByDefault = true; + key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; + }; + }; +} -- cgit 1.4.1