<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nix-darwin.git/modules/networking, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/'/>
<entry>
<title>treewide: fix shellcheck warnings and errors</title>
<updated>2024-11-07T06:20:00+00:00</updated>
<author>
<name>Michael Hoang</name>
<email>enzime@users.noreply.github.com</email>
</author>
<published>2024-10-28T13:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=041996803af5497fb000e3f79621fa5bb6995057'/>
<id>041996803af5497fb000e3f79621fa5bb6995057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>networking: Add wakeOnLan option</title>
<updated>2024-10-24T04:13:07+00:00</updated>
<author>
<name>Philip Børgesen</name>
<email>philip.borgesen@gmail.com</email>
</author>
<published>2023-11-18T13:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=5907cbbb31d9de387349efb825864a9ee598e6ba'/>
<id>5907cbbb31d9de387349efb825864a9ee598e6ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>networking: use `lib.escapeShellArgs` instead of custom version</title>
<updated>2024-10-22T05:02:21+00:00</updated>
<author>
<name>Michael Hoang</name>
<email>enzime@users.noreply.github.com</email>
</author>
<published>2024-10-21T22:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=7a3ec6459c4394767ebcc136c0da0bb0c73d76ed'/>
<id>7a3ec6459c4394767ebcc136c0da0bb0c73d76ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove lib.mdDoc</title>
<updated>2024-04-19T02:05:50+00:00</updated>
<author>
<name>Weijia Wang</name>
<email>9713184+wegank@users.noreply.github.com</email>
</author>
<published>2024-04-14T21:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=def1e23be848848400d1d097d4f044e3c401f9dd'/>
<id>def1e23be848848400d1d097d4f044e3c401f9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix shell escaping in networking config</title>
<updated>2024-01-19T17:16:32+00:00</updated>
<author>
<name>Adam Curtis</name>
<email>adam.curtis.dev@gmail.com</email>
</author>
<published>2024-01-19T17:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=5cec74dae1bf439a3d137152e77badc7214ddc7c'/>
<id>5cec74dae1bf439a3d137152e77badc7214ddc7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: convert all option docs to Markdown</title>
<updated>2023-06-24T09:48:55+00:00</updated>
<author>
<name>Emily</name>
<email>vcs@emily.moe</email>
</author>
<published>2023-06-22T11:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=e65131e69cab1b18fb49b572b983a18720502e1b'/>
<id>e65131e69cab1b18fb49b572b983a18720502e1b</id>
<content type='text'>
This process was automated by [my fork of `nix-doc-munge`]; thanks
to @pennae for writing this tool! It automatically checks that the
resulting documentation doesn't change, although my fork loosens
this a little to ignore some irrelevant whitespace and typographical
differences.

As of this commit there is no DocBook remaining in the options
documentation.

You can play along at home if you want to reproduce this commit:

    $ NIX_PATH=nixpkgs=flake:nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22 \
      nix shell nixpkgs#coreutils \
      -c find . -name '*.nix' \
      -exec nix run github:emilazy/nix-doc-munge/0a7190f600027bf7baf6cb7139e4d69ac2f51062 \
      {} +

[my fork of `nix-doc-munge`]: https://github.com/emilazy/nix-doc-munge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This process was automated by [my fork of `nix-doc-munge`]; thanks
to @pennae for writing this tool! It automatically checks that the
resulting documentation doesn't change, although my fork loosens
this a little to ignore some irrelevant whitespace and typographical
differences.

As of this commit there is no DocBook remaining in the options
documentation.

You can play along at home if you want to reproduce this commit:

    $ NIX_PATH=nixpkgs=flake:nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22 \
      nix shell nixpkgs#coreutils \
      -c find . -name '*.nix' \
      -exec nix run github:emilazy/nix-doc-munge/0a7190f600027bf7baf6cb7139e4d69ac2f51062 \
      {} +

[my fork of `nix-doc-munge`]: https://github.com/emilazy/nix-doc-munge
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: manually convert some docs to Markdown</title>
<updated>2023-06-24T09:48:55+00:00</updated>
<author>
<name>Emily</name>
<email>vcs@emily.moe</email>
</author>
<published>2023-06-22T08:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=efe314cdbabaf5cd210d9c658b4ad540437b7ee5'/>
<id>efe314cdbabaf5cd210d9c658b4ad540437b7ee5</id>
<content type='text'>
These all use DocBook markup too complex for `nix-doc-munge` to handle,
have syntax that clashes with Markdown, or already contain Markdown
syntax that currently isn't rendering correctly.

Converting DocBook list syntax makes me think that maybe Markdown
isn't so bad after all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These all use DocBook markup too complex for `nix-doc-munge` to handle,
have syntax that clashes with Markdown, or already contain Markdown
syntax that currently isn't rendering correctly.

Converting DocBook list syntax makes me think that maybe Markdown
isn't so bad after all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add separate options for ComputerName, HostName, and LocalHostName</title>
<updated>2020-09-01T04:01:47+00:00</updated>
<author>
<name>Malo Bourgon</name>
<email>mbourgon@gmail.com</email>
</author>
<published>2020-09-01T01:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=df4e6b697e38aec85ebef589b675651a892a74bb'/>
<id>df4e6b697e38aec85ebef589b675651a892a74bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>networking: don't set NetBIOSName</title>
<updated>2018-01-17T19:09:24+00:00</updated>
<author>
<name>Daiderd Jordan</name>
<email>daiderd@gmail.com</email>
</author>
<published>2018-01-17T19:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=d4b34322c52bc8c92ca79ba2a0687575c8503267'/>
<id>d4b34322c52bc8c92ca79ba2a0687575c8503267</id>
<content type='text'>
This doesn't look like the hostname on my system, it has an extra unique prefix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't look like the hostname on my system, it has an extra unique prefix.
</pre>
</div>
</content>
</entry>
<entry>
<title>networking: rename networkservices -&gt; knownNetworkServices</title>
<updated>2018-01-13T01:13:51+00:00</updated>
<author>
<name>Daiderd Jordan</name>
<email>daiderd@gmail.com</email>
</author>
<published>2018-01-13T01:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nix-darwin.git/commit/?id=5df343aae5fcb7f4d3f2730b02c59a2c7af6f2fe'/>
<id>5df343aae5fcb7f4d3f2730b02c59a2c7af6f2fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
