<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-server/system/services, branch v0.8.0</title>
<subtitle>nixos-config for vhack.eu servers https://vhack.eu</subtitle>
<id>http://git.foss-syndicate.org/vhack.eu/nixos-server/atom?h=v0.8.0</id>
<link rel='self' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/atom?h=v0.8.0'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/'/>
<updated>2023-08-11T16:15:01+00:00</updated>
<entry>
<title>chore(version): v0.8.0</title>
<updated>2023-08-11T16:15:01+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-11T16:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=503e9e2154b4b905201f3a47cffa54c3c25c7318'/>
<id>urn:sha1:503e9e2154b4b905201f3a47cffa54c3c25c7318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feat(system/services/snapper): Add</title>
<updated>2023-08-02T14:20:32+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-02T12:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=1256cabb7981cfed4bf02c70940c4553edc557a6'/>
<id>urn:sha1:1256cabb7981cfed4bf02c70940c4553edc557a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(system/services/nix-sync): Remove timeout on build</title>
<updated>2023-08-02T14:19:50+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-31T16:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=dfb847a3c9d3bdd73aa187e590c239f3531f5e07'/>
<id>urn:sha1:dfb847a3c9d3bdd73aa187e590c239f3531f5e07</id>
<content type='text'>
The unit had the potential to fail, if the build took longer than the
default timeout. This is obviously not ideal, so the timeout was
removed, as all nix builds should be safe enough not to devour
resources.
</content>
</entry>
<entry>
<title>Fix(system/services/nix-sync): Rebase on pulls, to allow for force pushes</title>
<updated>2023-08-02T14:19:27+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-01T21:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=8d9ef95d74fe58302b7fff945162beb01c3e6d33'/>
<id>urn:sha1:8d9ef95d74fe58302b7fff945162beb01c3e6d33</id>
<content type='text'>
As the nix-sync service should _never_ commit new stuff, this rebase
should always be a fast-forward, i.e. it works without manual
intervention.
Without the rebase as argument, this services would break, when the
history gets rewritten, for example on a amended commit.
</content>
</entry>
<entry>
<title>Fix(system/services/nix-sync): Make the timer relative to the unit start</title>
<updated>2023-08-02T14:19:25+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-31T21:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=18aa0c5687d9b047b06ad00132d6881bce1a74a0'/>
<id>urn:sha1:18aa0c5687d9b047b06ad00132d6881bce1a74a0</id>
<content type='text'>
The timer before hand started `repo.interval` after it self was started,
i.e., it was a oneshot timer. This change now fixes this by make the
point the timer activates relative to the time elapsed, since the
associated unit was last started.
</content>
</entry>
<entry>
<title>Feat(system/services/nginx/hosts): Add another domain</title>
<updated>2023-07-31T16:16:29+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-31T16:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=81bf11240f8a254fe311c72d96adbcacb12d124b'/>
<id>urn:sha1:81bf11240f8a254fe311c72d96adbcacb12d124b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(treewide): Use correct function argument specification</title>
<updated>2023-07-28T16:13:31+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-28T16:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=8350b2ebe1f8da0a54c13a2b1c6e50fc77f2367d'/>
<id>urn:sha1:8350b2ebe1f8da0a54c13a2b1c6e50fc77f2367d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feat(system/services/mail/users): Add mailusers</title>
<updated>2023-07-28T16:07:28+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-28T16:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=a3eed534642ac3bd367ce16925d5d8ebd182fecf'/>
<id>urn:sha1:a3eed534642ac3bd367ce16925d5d8ebd182fecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor(system/services/nginx): Reduce encrypted stuff to a minimum</title>
<updated>2023-07-28T16:02:03+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-28T15:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=2b766df421b359b2d2cd10c32f3fa04611b22999'/>
<id>urn:sha1:2b766df421b359b2d2cd10c32f3fa04611b22999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(system/services/mail): Update mail users</title>
<updated>2023-07-28T09:43:19+00:00</updated>
<author>
<name>sils</name>
<email>sils@sils.li</email>
</author>
<published>2023-07-28T09:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=fe5da037e82d3344d4fec5d4c1bf0d9286237ac0'/>
<id>urn:sha1:fe5da037e82d3344d4fec5d4c1bf0d9286237ac0</id>
<content type='text'>
</content>
</entry>
</feed>
