mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
ssh: addressed evaluation warning
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
}: {
|
}: {
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning
|
||||||
matchBlocks."*" = {
|
matchBlocks."*" = {
|
||||||
# equivalent to the default config
|
# equivalent to the default config
|
||||||
forwardAgent = false;
|
forwardAgent = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user