depot/ops/nixos/smtprelay.nix, branch refs/r/3822 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F3822 2021-04-11T22:18:22+00:00 refactor(ops): Split //ops/nixos into different locations 2021-04-11T22:18:22+00:00 Vincent Ambo mail@tazj.in 2021-04-11T20:50:30+00:00 urn:sha1:90281c4eac4cd25045ed80c5f8f27c74898a02b3 Splits //ops/nixos into: * //ops/nixos.nix - utility functions for building systems * //ops/machines - shared machine definitions (read by readTree) * //ops/modules - shared NixOS modules (skipped by readTree) This simplifies working with the configuration fixpoint in whitby, and is overall a bit more in line with how NixOS systems in user folders currently work. Change-Id: I1322ec5cc76c0207c099c05d44828a3df0b3ffc1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2931 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: glittershark <grfn@gws.fyi> refactor(ops/nixos): migrate to depot module arg 2021-04-02T18:00:14+00:00 Luke Granger-Brown git@lukegb.com 2021-04-02T12:18:50+00:00 urn:sha1:b35e358eb5841b62caa8408ce2dbee105bf8d9c8 Previously the depot argument was provided as config.depot, but the "new way" of doing things (which is more like the args list provided in the rest of the depot) is to provide this as the "depot" NixOS module argument instead. Change-Id: Ib48b1c7c1bdff9c1eb0618c6cbacc22b651f5f98 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2763 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: glittershark <grfn@gws.fyi> fix(nixos/smtprelay): Only enable if the user asks for it 2020-06-30T23:32:45+00:00 Vincent Ambo mail@tazj.in 2020-06-30T23:23:14+00:00 urn:sha1:1eb8067bb0a912f0160b6ca474ba027ea5dc922f Change-Id: Ifbdf9bf9e89a1da68e8c823f61a33275183afcb1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/822 Reviewed-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI refactor(ops/nixos): Move my NixOS configurations to //users/tazjin 2020-06-13T23:52:35+00:00 Vincent Ambo mail@tazj.in 2020-06-13T20:52:20+00:00 urn:sha1:268729083eb80c93aa402883085c37e32c8a08cf NixOS modules move one level up because it's unlikely that //ops/nixos will contain actual systems at this point (they're user-specific). This is the first users folder, so it is also added to the root readTree invocation for the repository. Change-Id: I546c701145fa204b7ba7518a8a56a783588629e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/244 Reviewed-by: tazjin <mail@tazj.in>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>depot/ops/nixos/smtprelay.nix, branch refs/r/3822</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F3822</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F3822"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2021-04-11T22:18:22+00:00</updated>
<entry>
<title>refactor(ops): Split //ops/nixos into different locations</title>
<updated>2021-04-11T22:18:22+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-04-11T20:50:30+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=90281c4eac4cd25045ed80c5f8f27c74898a02b3"/>
<id>urn:sha1:90281c4eac4cd25045ed80c5f8f27c74898a02b3</id>
<content type="text"> Splits //ops/nixos into: * //ops/nixos.nix - utility functions for building systems * //ops/machines - shared machine definitions (read by readTree) * //ops/modules - shared NixOS modules (skipped by readTree) This simplifies working with the configuration fixpoint in whitby, and is overall a bit more in line with how NixOS systems in user folders currently work. Change-Id: I1322ec5cc76c0207c099c05d44828a3df0b3ffc1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2931 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: glittershark <grfn@gws.fyi> </content>
</entry>
<entry>
<title>refactor(ops/nixos): migrate to depot module arg</title>
<updated>2021-04-02T18:00:14+00:00</updated>
<author>
<name>Luke Granger-Brown</name>
<email>git@lukegb.com</email>
</author>
<published>2021-04-02T12:18:50+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=b35e358eb5841b62caa8408ce2dbee105bf8d9c8"/>
<id>urn:sha1:b35e358eb5841b62caa8408ce2dbee105bf8d9c8</id>
<content type="text"> Previously the depot argument was provided as config.depot, but the "new way" of doing things (which is more like the args list provided in the rest of the depot) is to provide this as the "depot" NixOS module argument instead. Change-Id: Ib48b1c7c1bdff9c1eb0618c6cbacc22b651f5f98 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2763 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: glittershark <grfn@gws.fyi> </content>
</entry>
<entry>
<title>fix(nixos/smtprelay): Only enable if the user asks for it</title>
<updated>2020-06-30T23:32:45+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2020-06-30T23:23:14+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=1eb8067bb0a912f0160b6ca474ba027ea5dc922f"/>
<id>urn:sha1:1eb8067bb0a912f0160b6ca474ba027ea5dc922f</id>
<content type="text"> Change-Id: Ifbdf9bf9e89a1da68e8c823f61a33275183afcb1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/822 Reviewed-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>refactor(ops/nixos): Move my NixOS configurations to //users/tazjin</title>
<updated>2020-06-13T23:52:35+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2020-06-13T20:52:20+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=268729083eb80c93aa402883085c37e32c8a08cf"/>
<id>urn:sha1:268729083eb80c93aa402883085c37e32c8a08cf</id>
<content type="text"> NixOS modules move one level up because it's unlikely that //ops/nixos will contain actual systems at this point (they're user-specific). This is the first users folder, so it is also added to the root readTree invocation for the repository. Change-Id: I546c701145fa204b7ba7518a8a56a783588629e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/244 Reviewed-by: tazjin <mail@tazj.in> </content>
</entry>
</feed>