| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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;
+ };
+}
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
'snap-sync-forced'[https://github.com/qubidt/snap-sync-forked] is not longer developed (as of the commit date) and thus some
changes are necessary to get it working with nixos. Alternatives
(although both similarly discontinued):
- the original snap-sync [https://github.com/qubidt/snap-sync]
-> Is effectively snap-sync-forced but without 50+ commits
- 'dsnap-sync' [https://github.com/rzerres/dsnap-sync]
-> Was forked long ago, now abandoned. Is rewritten in dash with
lots of extra features, but sort of breaks even worse on nixos.
|
| |
|
|
|
|
| |
There are still complaints about steam's license.
|
|
|
|
|
| |
Lutris requires Steam as a dependency, thus allowing steam is required.
There seems to be no other way to do this, I'm afraid.
|
|
|