<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-config/system/services/postgresql, 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>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>
</feed>
