From 7edc31423437fff95d114e38911f15d4d726e86a Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 5 Jul 2022 20:10:31 +0200 Subject: [PATCH 1/3] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/685d243d971c4f9655c981036b9c7bafdb728a0d' (2022-05-19) → 'github:NixOS/nixpkgs/573603b7fdb9feb0eb8efc16ee18a015c667ab1b' (2022-07-02) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/48037fd90426e44e4bf03e6479e88a11453b9b66' (2022-05-18) → 'github:NixOS/nixpkgs/18b14a254dca6b68ca0ce2ce885ce2b550065799' (2022-07-03) --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 034c4bc..9060e52 100644 --- a/flake.lock +++ b/flake.lock @@ -75,11 +75,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1652975354, - "narHash": "sha256-qP1DpEYQdSq7NZ542TSHffIT6xGm7MaSMG9faQWPcg0=", + "lastModified": 1656782578, + "narHash": "sha256-1eMCBEqJplPotTo/SZ/t5HU6Sf2I8qKlZi9MX7jv9fw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "685d243d971c4f9655c981036b9c7bafdb728a0d", + "rev": "573603b7fdb9feb0eb8efc16ee18a015c667ab1b", "type": "github" }, "original": { @@ -105,11 +105,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1652885393, - "narHash": "sha256-YIgvvlk4iQ1Hi7KD9o5gsojc+ApB+jiH1d5stK8uXiw=", + "lastModified": 1656835607, + "narHash": "sha256-zONMAG6JSfGyW20AsVWGnlZwNWws6Q/7IT0oDNGc1xY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "48037fd90426e44e4bf03e6479e88a11453b9b66", + "rev": "18b14a254dca6b68ca0ce2ce885ce2b550065799", "type": "github" }, "original": { From 8c8795cd2a1cdc07db1eda5ac65ca0b319005701 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 5 Jul 2022 21:45:28 +0200 Subject: [PATCH 2/3] LoutreOS: update PostgreSQL from 9.6 to 14 --- systems/LoutreOS/web.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index a880437..15ecb4d 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -300,6 +300,7 @@ in postgresql = { enable = true; + package = pkgs.postgresql_14; settings = { full_page_writes = false; }; From 5a479bbe032ac72015f9f8c57ce3cb715503f4d0 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 5 Jul 2022 21:46:18 +0200 Subject: [PATCH 3/3] LoutreOS: disable syncthing --- systems/LoutreOS/services.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 34f7597..64440dc 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -111,12 +111,6 @@ in fstrim.enable = true; - syncthing = { - enable = true; - dataDir = "/var/lib/syncthing"; - openDefaultPorts = true; - }; - nfs.server = { enable = true; exports = ''