nixos/nm-file-secret-agent: enable trim by default (#488850)

This commit is contained in:
Jo
2026-03-27 12:11:17 +00:00
committed by GitHub
@@ -112,7 +112,7 @@ in
trim = lib.mkOption {
description = "whether leading and trailing whitespace should be stripped from the files content before being passed to NetworkManager";
type = lib.types.nullOr lib.types.bool;
default = null;
default = true;
};
};
}