<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-config/system/services, branch prime</title>
<subtitle>My NixOS system configuration, with some of my binaries</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/'/>
<updated>2023-08-26T21:42:21+00:00</updated>
<entry>
<title>Refactor(treewide): Abbreviate path names</title>
<updated>2023-08-26T21:42:21+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-26T21:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=3f600ab07dbad3b6dd7655587ddea158b19aea71'/>
<id>urn:sha1:3f600ab07dbad3b6dd7655587ddea158b19aea71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(system/services/postgresql): Disable as it's no longer needed</title>
<updated>2023-08-26T14:54:35+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-26T14:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=c7b27836c144608d0d8a0b0b3d9b39bf1ed71240'/>
<id>urn:sha1:c7b27836c144608d0d8a0b0b3d9b39bf1ed71240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs(treewide): Add a colon after every "TODO"</title>
<updated>2023-08-26T11:50:01+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-26T11:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=a01a3d4f5494855abf52f42c886a75b4500f35d5'/>
<id>urn:sha1:a01a3d4f5494855abf52f42c886a75b4500f35d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feat(system/services/postgresql): Init</title>
<updated>2023-08-25T14:09:41+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-25T14:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=8eb9404b53fed78d1b26180a14717bf2e04ef38e'/>
<id>urn:sha1:8eb9404b53fed78d1b26180a14717bf2e04ef38e</id>
<content type='text'>
diff --git a/system/services/default.nix b/system/services/default.nix
index 994a6d2..c4b9539 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -5,6 +5,7 @@
     ./fwupd
     ./nix
     ./openssh
+    ./postgresql
     ./printing
     ./scanning
     #./serverphone
diff --git a/system/services/postgresql/default.nix b/system/services/postgresql/default.nix
new file mode 100644
index 0000000..165be27
--- /dev/null
+++ b/system/services/postgresql/default.nix
@@ -0,0 +1,5 @@
+{...}: {
+  services.postgresql = {
+    enable = true;
+  };
+}
</content>
</entry>
<entry>
<title>Fix(system/services/steam): Install wine with steam</title>
<updated>2023-08-25T10:37:47+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-25T10:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=07dc1e93f9c12f3ffd04a8f01692c5392885596c'/>
<id>urn:sha1:07dc1e93f9c12f3ffd04a8f01692c5392885596c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(system/services/serverphone): Disable bc building the gpg keys dosn't work</title>
<updated>2023-08-19T15:37:04+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-19T15:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=515effc832c3d621f8a5aecf5f4dfe06a7a2b80d'/>
<id>urn:sha1:515effc832c3d621f8a5aecf5f4dfe06a7a2b80d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor(treewide): Move module configuration in separate files</title>
<updated>2023-08-01T13:42:54+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-01T13:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=0a608bd781dcda40144097b007fac0a0c60a8ee1'/>
<id>urn:sha1:0a608bd781dcda40144097b007fac0a0c60a8ee1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(system/services/backup): Run backup every 8h, not only on boot</title>
<updated>2023-08-01T09:17:10+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-08-01T09:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=852ee02c83cc04fb7073cbcbdc611d95b5121691'/>
<id>urn:sha1:852ee02c83cc04fb7073cbcbdc611d95b5121691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix(system/services/serverphone): Update key symlink</title>
<updated>2023-07-30T15:45:22+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-30T15:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=2c07fd3f12adfe2d3c6be1dfc7fb667f2d52c514'/>
<id>urn:sha1:2c07fd3f12adfe2d3c6be1dfc7fb667f2d52c514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feat(treewide): Add enable options for secrets and impermanence</title>
<updated>2023-07-29T22:19:30+00:00</updated>
<author>
<name>Soispha</name>
<email>soispha@vhack.eu</email>
</author>
<published>2023-07-29T19:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=3f5e7b952916a9198afa6bcb85f9ad15187b0a80'/>
<id>urn:sha1:3f5e7b952916a9198afa6bcb85f9ad15187b0a80</id>
<content type='text'>
</content>
</entry>
</feed>
