mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
-S not -s. Oops.
Enabled signing by default anyway.
This commit is contained in:
parent
dd38d4b114
commit
05d4f262f8
1 changed files with 4 additions and 1 deletions
|
|
@ -46,7 +46,10 @@
|
|||
enable = true;
|
||||
userName = "kat witch";
|
||||
userEmail = "kat@kittywit.ch";
|
||||
signing = { key = "01F50A29D4AA91175A11BDB17248991EFA8EFBEE"; };
|
||||
signing = {
|
||||
key = "01F50A29D4AA91175A11BDB17248991EFA8EFBEE";
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue