pinwheel: Disable use of ssh defaults (as they're inlined)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
home-manager.users.alex = {
|
home-manager.users.alex = {
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableDefaultConfig = false;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"manatee" = {
|
"manatee" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user