| 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;
+ };
+}
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
On `systemctl suspend-than-hibernate` wait 5m in suspend, than hibernate
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 64dfa6c201528b119cd900cd55d82ca01b248d89.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The swap file only becomes active when the hibernation is started, thus
checking for size beforehand is useless.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The bootable option should already work.
This reverts commit 03ca938a8d989449a634caf264cf2496f6a153c3.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The trade off between security and convenience isn't worth it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit 3188a970cbb2dc3de75d66ef72c865e80e221842.
The group is still in use.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|