aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/trusted/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 17:00:00 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 17:00:00 -0700
commit364520a9eb1d10f3a8af0b1364ff1498221ddc5a (patch)
tree4e212f28e4467a59d55f4508a7432a8d6dc6ca2e /users/fcuny/trusted/git.nix
parentcarmel: configure the desktop properly (diff)
downloadinfra-364520a9eb1d10f3a8af0b1364ff1498221ddc5a.tar.gz
remove old 'trusted' modules
All of them are now under home/
Diffstat (limited to 'users/fcuny/trusted/git.nix')
-rw-r--r--users/fcuny/trusted/git.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/users/fcuny/trusted/git.nix b/users/fcuny/trusted/git.nix
deleted file mode 100644
index 52607a3..0000000
--- a/users/fcuny/trusted/git.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- programs.git = {
- signing = {
- signByDefault = true;
- key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
- };
- };
-}