Unverified Commit 02aea317 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents b55b0e0c e273c1a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
              };
            };
          }