mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-01 19:35:40 +08:00
warn
This commit is contained in:
parent
5661ec53d5
commit
ae12642991
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
programs.ssh.enableDefaultConfig = false;
|
||||
programs.ssh.matchBlocks = {
|
||||
"pureintent".extraOptions = controlMasterOpts;
|
||||
"sincereintent".extraOptions = controlMasterOpts;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
enable = true;
|
||||
ignores = [ "*~" "*.swp" ];
|
||||
lfs.enable = true;
|
||||
signing.format = null;
|
||||
settings = {
|
||||
user = {
|
||||
name = flake.config.me.fullname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue