From cacf58c7dd156cc715c9bd9fe61d1c02a8c02f25 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 13:56:00 +0200 Subject: [PATCH 01/11] 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/d83945caa7624015f11b152bf5c6c4363ffe9f7c' (2023-06-06) → 'github:NixOS/nixpkgs/d3bb401dcfc5a46ce51cdfb5762e70cc75d082d2' (2023-06-10) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/381e92a35e2d196fdd6077680dca0cd0197e75cb' (2023-06-07) → 'github:NixOS/nixpkgs/75a5ebf473cd60148ba9aec0d219f72e5cf52519' (2023-06-11) • Updated input 'simple-nixos-mailserver': 'gitlab:simple-nixos-mailserver/nixos-mailserver/bc667fb6afc45f6cc2d118ab77658faf2227cffd' (2022-12-21) → 'gitlab:simple-nixos-mailserver/nixos-mailserver/4966c0f63f04659015f064f2aa34b1893a16dfde' (2023-06-11) • Added input 'simple-nixos-mailserver/flake-compat': 'github:edolstra/flake-compat/009399224d5e398d03b22badca40a37ac85412a1' (2022-11-17) • Updated input 'simple-nixos-mailserver/nixpkgs-22_11': follows 'nixpkgs' → 'github:NixOS/nixpkgs/ce5fe99df1f15a09a91a86be9738d68fadfbad82' (2022-11-27) • Added input 'simple-nixos-mailserver/nixpkgs-23_05': follows 'nixpkgs' --- flake.lock | 55 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 45994b4..b72ec57 100644 --- a/flake.lock +++ b/flake.lock @@ -37,6 +37,22 @@ "type": "gitlab" } }, + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-utils": { "locked": { "lastModified": 1638122382, @@ -75,11 +91,26 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686035213, - "narHash": "sha256-hRcXUoVWWuLqFzQ1QVQx4ewvbnst1NkCxoZhmpzrilA=", + "lastModified": 1686431482, + "narHash": "sha256-oPVQ/0YP7yC2ztNsxvWLrV+f0NQ2QAwxbrZ+bgGydEM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d83945caa7624015f11b152bf5c6c4363ffe9f7c", + "rev": "d3bb401dcfc5a46ce51cdfb5762e70cc75d082d2", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.05", + "type": "indirect" + } + }, + "nixpkgs-22_11": { + "locked": { + "lastModified": 1669558522, + "narHash": "sha256-yqxn+wOiPqe6cxzOo4leeJOp1bXE/fjPEi/3F/bBHv8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ce5fe99df1f15a09a91a86be9738d68fadfbad82", "type": "github" }, "original": { @@ -90,11 +121,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1686135559, - "narHash": "sha256-pY8waAV8K/sbHBdLn5diPFnQKpNg0YS9w03MrD2lUGE=", + "lastModified": 1686501370, + "narHash": "sha256-G0WuM9fqTPRc2URKP9Lgi5nhZMqsfHGrdEbrLvAPJcg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "381e92a35e2d196fdd6077680dca0cd0197e75cb", + "rev": "75a5ebf473cd60148ba9aec0d219f72e5cf52519", "type": "github" }, "original": { @@ -116,25 +147,27 @@ "simple-nixos-mailserver": { "inputs": { "blobs": "blobs", + "flake-compat": "flake-compat", "nixpkgs": [ "nixpkgs-unstable" ], - "nixpkgs-22_11": [ + "nixpkgs-22_11": "nixpkgs-22_11", + "nixpkgs-23_05": [ "nixpkgs" ], "utils": "utils" }, "locked": { - "lastModified": 1671659164, - "narHash": "sha256-DbpT+v1POwFOInbrDL+vMbYV3mVbTkMxmJ5j50QnOcA=", + "lastModified": 1686496219, + "narHash": "sha256-8zXZ/813yzaRA84js98G3XQ3GEEzFGnxhjvVyxkEey0=", "owner": "simple-nixos-mailserver", "repo": "nixos-mailserver", - "rev": "bc667fb6afc45f6cc2d118ab77658faf2227cffd", + "rev": "4966c0f63f04659015f064f2aa34b1893a16dfde", "type": "gitlab" }, "original": { "owner": "simple-nixos-mailserver", - "ref": "nixos-22.11", + "ref": "nixos-23.05", "repo": "nixos-mailserver", "type": "gitlab" } From ab08037dc9915be9d9199532438638c8cfc386dc Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 14:05:05 +0200 Subject: [PATCH 02/11] LoutreOS: update to 23.05 and rename deprecated options --- flake.nix | 7 +++---- systems/LoutreOS/configuration.nix | 10 ++++++---- systems/LoutreOS/services.nix | 2 +- systems/LoutreOS/web.nix | 8 +++++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index e9ef184..d6de1f2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,13 +1,13 @@ { inputs = { - nixpkgs.url = "flake:nixpkgs/nixos-22.11"; + nixpkgs.url = "flake:nixpkgs/nixos-23.05"; nixpkgs-unstable.url = "flake:nixpkgs/nixos-unstable"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.1"; simple-nixos-mailserver = { - url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.11"; + url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.05"; inputs = { nixpkgs.follows = "nixpkgs-unstable"; - nixpkgs-22_11.follows = "nixpkgs"; + nixpkgs-23_05.follows = "nixpkgs"; }; }; dogetipbot-telegram = { @@ -46,7 +46,6 @@ ]; hosts.loutreos.modules = [ - "${nixpkgs-unstable}/nixos/modules/services/web-apps/photoprism.nix" simple-nixos-mailserver.nixosModule dogetipbot-telegram.nixosModule ipmihddtemp.nixosModule diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index e292f44..49da3b0 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -22,7 +22,7 @@ supportedFilesystems = [ "zfs" ]; - tmpOnTmpfs = true; + tmp.useTmpfs = true; }; documentation.nixos.enable = false; @@ -168,9 +168,11 @@ services.openssh = { enable = true; - permitRootLogin = "no"; - passwordAuthentication = false; - forwardX11 = true; + settings = { + PermitRootLogin = "no"; + PasswordAuthentication = false; + X11Forwarding = true; + }; }; users = { diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index e028104..39d1e2a 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -62,7 +62,7 @@ in }; # Certificate setup - certificateScheme = 1; + certificateScheme = "manual"; certificateFile = "/var/lib/acme/${domaine}/fullchain.pem"; keyFile = "/var/lib/acme/${domaine}/key.pem"; diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 243d4d7..52bf009 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -262,7 +262,7 @@ in }; }; "ci.nyanlout.re" = simpleReverse 52350; - "gitea.nyanlout.re" = simpleReverse config.services.gitea.httpPort; + "gitea.nyanlout.re" = simpleReverse config.services.gitea.settings.server.HTTP_PORT; "musique.nyanlout.re" = simpleReverse config.services.navidrome.settings.Port; "photo.nyanlout.re" = recursiveUpdate (simpleReverse config.services.photoprism.port) { locations."/" = { @@ -350,14 +350,16 @@ in gitea = { enable = true; - httpPort = 3001; - rootUrl = "https://gitea.nyanlout.re/"; database = { type = "postgres"; port = 5432; passwordFile = "/var/lib/gitea/custom/conf/database_password"; }; settings = { + server = { + HTTP_PORT = 3001; + ROOT_URL = "https://gitea.nyanlout.re/"; + }; ui.DEFAULT_THEME = "arc-green"; log.LEVEL = "Warn"; service.DISABLE_REGISTRATION = true; From 0037f3fd6d31dd4a06c83b8350ea6083a6fec556 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 14:47:44 +0200 Subject: [PATCH 03/11] LoutreOS: replace dhcpd4 with networkd --- systems/LoutreOS/configuration.nix | 65 ++++++++++-------------------- 1 file changed, 22 insertions(+), 43 deletions(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 49da3b0..86a6a54 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -57,10 +57,6 @@ id = 100; interface = "eno1"; }; - chinoiseries = { - id = 20; - interface = "eno2"; - }; }; interfaces = { @@ -74,11 +70,6 @@ { address = "10.30.0.1"; prefixLength = 16; } ]; }; - chinoiseries = { - ipv4.addresses = [ - { address = "10.40.0.1"; prefixLength = 16; } - ]; - }; enp0s21u2.useDHCP = true; }; @@ -88,8 +79,8 @@ externalInterface = "bouygues"; # Permet d'utiliser le SNAT plus rapide au lieu de MASQUERADE # externalIP = "0.0.0.0"; - internalIPs = [ "10.30.0.0/16" "10.40.0.0/16" ]; - internalInterfaces = [ "eno2" "chinoiseries" ]; + internalIPs = [ "10.30.0.0/16" ]; + internalInterfaces = [ "eno2" ]; forwardPorts = [ { destination = "10.30.0.1:22"; proto = "tcp"; sourcePort = 8443;} { destination = "10.30.135.35:25565"; proto = "tcp"; sourcePort = 25565; loopbackIPs=[ "195.36.180.44" ];} @@ -115,6 +106,26 @@ }; systemd.network.networks = { + "40-eno2" = { + networkConfig = { + DHCPServer = true; + }; + dhcpServerConfig = { + PoolOffset = 25599; + PoolSize = 25600; + DNS = [ "89.234.141.66" "80.67.169.12" "80.67.169.40" ]; + }; + dhcpServerStaticLeases = [ + { dhcpServerStaticLeaseConfig = { MACAddress = "50:c7:bf:b6:b8:ef"; Address = "10.30.50.7"; }; } # HS110 + { dhcpServerStaticLeaseConfig = { MACAddress = "ac:1f:6b:4b:01:15"; Address = "10.30.1.1"; }; } # IPMI + { dhcpServerStaticLeaseConfig = { MACAddress = "b4:2e:99:ed:24:26"; Address = "10.30.50.1"; }; } # paul-fixe + + #ESPHome + { dhcpServerStaticLeaseConfig = { MACAddress = "e0:98:06:85:e9:ce"; Address = "10.30.40.1"; }; } # salonled + { dhcpServerStaticLeaseConfig = { MACAddress = "e0:98:06:86:38:fc"; Address = "10.30.40.2"; }; } # bureauled + { dhcpServerStaticLeaseConfig = { MACAddress = "50:02:91:78:be:be"; Address = "10.30.40.3"; }; } # guirlande + ]; + }; "40-bouygues" = { dhcpV4Config.RouteMetric = 1; dhcpV6Config = { @@ -130,38 +141,6 @@ "40-enp0s21u2".dhcpV4Config.RouteMetric = 1024; }; - services.dhcpd4 = { - enable = true; - interfaces = [ "eno2" "chinoiseries" ]; - machines = [ - { ethernetAddress = "50:c7:bf:b6:b8:ef"; hostName = "HS110"; ipAddress = "10.30.50.7"; } - { ethernetAddress = "ac:1f:6b:4b:01:15"; hostName = "IPMI"; ipAddress = "10.30.1.1"; } - { ethernetAddress = "b4:2e:99:ed:24:26"; hostName = "paul-fixe"; ipAddress = "10.30.50.1"; } - - #ESPHome - { ethernetAddress = "e0:98:06:85:e9:ce"; hostName = "salonled"; ipAddress = "10.30.40.1"; } - { ethernetAddress = "e0:98:06:86:38:fc"; hostName = "bureauled"; ipAddress = "10.30.40.2"; } - { ethernetAddress = "50:02:91:78:be:be"; hostName = "guirlande"; ipAddress = "10.30.40.3"; } - - # YeeLights - { ethernetAddress = "04:cf:8c:b5:7e:18"; hostName = "yeelink-light-color3_miap7e18"; ipAddress = "10.40.249.0"; } - { ethernetAddress = "04:cf:8c:b5:2d:28"; hostName = "yeelink-light-color3_miap2d28"; ipAddress = "10.40.249.1"; } - { ethernetAddress = "04:cf:8c:b5:71:04"; hostName = "yeelink-light-color3_miap7104"; ipAddress = "10.40.249.2"; } - ]; - extraConfig = '' - option domain-name-servers 89.234.141.66, 80.67.169.12, 80.67.169.40; - option subnet-mask 255.255.0.0; - subnet 10.30.0.0 netmask 255.255.0.0 { - option routers 10.30.0.1; - range 10.30.100.0 10.30.200.0; - } - subnet 10.40.0.0 netmask 255.255.0.0 { - option routers 10.40.0.1; - range 10.40.100.0 10.40.200.0; - } - ''; - }; - nixpkgs.overlays = [ (import ../../overlays/transmission.nix) ]; From 1612f543dcc3ad7739f97a8b5b4915f17adcd3e9 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:19:14 +0200 Subject: [PATCH 04/11] Revert "LoutreOS: replace dhcpd4 with networkd" This reverts commit 0037f3fd6d31dd4a06c83b8350ea6083a6fec556. --- systems/LoutreOS/configuration.nix | 43 ++++++++++++++++-------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 86a6a54..720c7d7 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -106,26 +106,6 @@ }; systemd.network.networks = { - "40-eno2" = { - networkConfig = { - DHCPServer = true; - }; - dhcpServerConfig = { - PoolOffset = 25599; - PoolSize = 25600; - DNS = [ "89.234.141.66" "80.67.169.12" "80.67.169.40" ]; - }; - dhcpServerStaticLeases = [ - { dhcpServerStaticLeaseConfig = { MACAddress = "50:c7:bf:b6:b8:ef"; Address = "10.30.50.7"; }; } # HS110 - { dhcpServerStaticLeaseConfig = { MACAddress = "ac:1f:6b:4b:01:15"; Address = "10.30.1.1"; }; } # IPMI - { dhcpServerStaticLeaseConfig = { MACAddress = "b4:2e:99:ed:24:26"; Address = "10.30.50.1"; }; } # paul-fixe - - #ESPHome - { dhcpServerStaticLeaseConfig = { MACAddress = "e0:98:06:85:e9:ce"; Address = "10.30.40.1"; }; } # salonled - { dhcpServerStaticLeaseConfig = { MACAddress = "e0:98:06:86:38:fc"; Address = "10.30.40.2"; }; } # bureauled - { dhcpServerStaticLeaseConfig = { MACAddress = "50:02:91:78:be:be"; Address = "10.30.40.3"; }; } # guirlande - ]; - }; "40-bouygues" = { dhcpV4Config.RouteMetric = 1; dhcpV6Config = { @@ -141,6 +121,29 @@ "40-enp0s21u2".dhcpV4Config.RouteMetric = 1024; }; + services.dhcpd4 = { + enable = true; + interfaces = [ "eno2" ]; + machines = [ + { ethernetAddress = "50:c7:bf:b6:b8:ef"; hostName = "HS110"; ipAddress = "10.30.50.7"; } + { ethernetAddress = "ac:1f:6b:4b:01:15"; hostName = "IPMI"; ipAddress = "10.30.1.1"; } + { ethernetAddress = "b4:2e:99:ed:24:26"; hostName = "paul-fixe"; ipAddress = "10.30.50.1"; } + + #ESPHome + { ethernetAddress = "e0:98:06:85:e9:ce"; hostName = "salonled"; ipAddress = "10.30.40.1"; } + { ethernetAddress = "e0:98:06:86:38:fc"; hostName = "bureauled"; ipAddress = "10.30.40.2"; } + { ethernetAddress = "50:02:91:78:be:be"; hostName = "guirlande"; ipAddress = "10.30.40.3"; } + ]; + extraConfig = '' + option domain-name-servers 89.234.141.66, 80.67.169.12, 80.67.169.40; + option subnet-mask 255.255.0.0; + subnet 10.30.0.0 netmask 255.255.0.0 { + option routers 10.30.0.1; + range 10.30.100.0 10.30.200.0; + } + ''; + }; + nixpkgs.overlays = [ (import ../../overlays/transmission.nix) ]; From c9f1186eb7522d122dd46878052d25b841228802 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:28:45 +0200 Subject: [PATCH 05/11] 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/d3bb401dcfc5a46ce51cdfb5762e70cc75d082d2' (2023-06-10) → 'github:NixOS/nixpkgs/bb8b5735d6f7e06b9ddd27de115b0600c1ffbdb4' (2023-06-11) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index b72ec57..1c16b89 100644 --- a/flake.lock +++ b/flake.lock @@ -91,11 +91,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686431482, - "narHash": "sha256-oPVQ/0YP7yC2ztNsxvWLrV+f0NQ2QAwxbrZ+bgGydEM=", + "lastModified": 1686513595, + "narHash": "sha256-H3JNqj7TEiMx5rd8lRiONvgFZvmf3kmwHI2umDdqgFY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d3bb401dcfc5a46ce51cdfb5762e70cc75d082d2", + "rev": "bb8b5735d6f7e06b9ddd27de115b0600c1ffbdb4", "type": "github" }, "original": { From afe53131ad18f5d0b1732048a17ae1673cb95a59 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:32:29 +0200 Subject: [PATCH 06/11] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'dogetipbot-telegram': 'gitlab:nyanloutre/dogetipbot-telegram/e781adbbeda8aa0cbaef47558fc28f9e1dd162fb' (2021-11-02) → 'gitlab:nyanloutre/dogetipbot-telegram/de99d17926f5c62be6fa20484669ae13bf42a30a' (2023-06-13) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1c16b89..d0a48ca 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1635873573, - "narHash": "sha256-KcrFb8HSNcVTtYNXoUwZxW531cQn6T3YBU6Goo5G9mo=", + "lastModified": 1686666491, + "narHash": "sha256-6MjpVRB9OlHYaVyF0miA5M2nwYA+rjFaNx7R7Vtoy8c=", "owner": "nyanloutre", "repo": "dogetipbot-telegram", - "rev": "e781adbbeda8aa0cbaef47558fc28f9e1dd162fb", + "rev": "de99d17926f5c62be6fa20484669ae13bf42a30a", "type": "gitlab" }, "original": { From 9d55820d77dd57b700c45a151cd51c4b17e9eb04 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:37:42 +0200 Subject: [PATCH 07/11] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'dogetipbot-telegram': 'gitlab:nyanloutre/dogetipbot-telegram/de99d17926f5c62be6fa20484669ae13bf42a30a' (2023-06-13) → 'gitlab:nyanloutre/dogetipbot-telegram/134eb1ca05cb64fa2185c9f80056aa8cb2207872' (2023-06-13) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index d0a48ca..eb53351 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1686666491, - "narHash": "sha256-6MjpVRB9OlHYaVyF0miA5M2nwYA+rjFaNx7R7Vtoy8c=", + "lastModified": 1686667052, + "narHash": "sha256-o8Pz8dwgclryP8+hhKxgwfi3T9jouJ9R846dfwAMASg=", "owner": "nyanloutre", "repo": "dogetipbot-telegram", - "rev": "de99d17926f5c62be6fa20484669ae13bf42a30a", + "rev": "134eb1ca05cb64fa2185c9f80056aa8cb2207872", "type": "gitlab" }, "original": { From de4fc8b6823de3e01dda4465f87cf5e9d56d9bc3 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:44:07 +0200 Subject: [PATCH 08/11] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'dogetipbot-telegram': 'gitlab:nyanloutre/dogetipbot-telegram/134eb1ca05cb64fa2185c9f80056aa8cb2207872' (2023-06-13) → 'gitlab:nyanloutre/dogetipbot-telegram/df4062f9e6dc2ebf9f5ecea27766a3189df06851' (2023-06-13) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index eb53351..2b48394 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1686667052, - "narHash": "sha256-o8Pz8dwgclryP8+hhKxgwfi3T9jouJ9R846dfwAMASg=", + "lastModified": 1686667442, + "narHash": "sha256-lJJFjj7MEGbqQbpNQSrhVhe40jorKL9B5oyGXp5iZWc=", "owner": "nyanloutre", "repo": "dogetipbot-telegram", - "rev": "134eb1ca05cb64fa2185c9f80056aa8cb2207872", + "rev": "df4062f9e6dc2ebf9f5ecea27766a3189df06851", "type": "gitlab" }, "original": { From ccb1ffebfeca1b30b50fad930c1ce9701458de4a Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:50:57 +0200 Subject: [PATCH 09/11] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'dogetipbot-telegram': 'gitlab:nyanloutre/dogetipbot-telegram/df4062f9e6dc2ebf9f5ecea27766a3189df06851' (2023-06-13) → 'gitlab:nyanloutre/dogetipbot-telegram/9fa9fd3215d6b8a16af59cf6b33cde047e64b0a7' (2023-06-13) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2b48394..8f030f4 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1686667442, - "narHash": "sha256-lJJFjj7MEGbqQbpNQSrhVhe40jorKL9B5oyGXp5iZWc=", + "lastModified": 1686667851, + "narHash": "sha256-eaAckl4z80kqWlE75rE3qqEiYOk7JD91BcUXpCfmnaM=", "owner": "nyanloutre", "repo": "dogetipbot-telegram", - "rev": "df4062f9e6dc2ebf9f5ecea27766a3189df06851", + "rev": "9fa9fd3215d6b8a16af59cf6b33cde047e64b0a7", "type": "gitlab" }, "original": { From 7c45822d7dcdf02e79bfa05cf6c9eaaed2ac9f21 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:53:42 +0200 Subject: [PATCH 10/11] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'dogetipbot-telegram': 'gitlab:nyanloutre/dogetipbot-telegram/9fa9fd3215d6b8a16af59cf6b33cde047e64b0a7' (2023-06-13) → 'gitlab:nyanloutre/dogetipbot-telegram/e1b7b838a2863cb88f034ebed2fd74e1971bc962' (2023-06-13) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 8f030f4..07f00c1 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1686667851, - "narHash": "sha256-eaAckl4z80kqWlE75rE3qqEiYOk7JD91BcUXpCfmnaM=", + "lastModified": 1686668016, + "narHash": "sha256-ET9wTbouCiD64fhMIL7MTXqLY8mh/Zqt9xUJkx6HmRk=", "owner": "nyanloutre", "repo": "dogetipbot-telegram", - "rev": "9fa9fd3215d6b8a16af59cf6b33cde047e64b0a7", + "rev": "e1b7b838a2863cb88f034ebed2fd74e1971bc962", "type": "gitlab" }, "original": { From 2ff32860e578503d62afe90005a8802ee1fea44f Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 13 Jun 2023 16:56:23 +0200 Subject: [PATCH 11/11] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'dogetipbot-telegram': 'gitlab:nyanloutre/dogetipbot-telegram/e1b7b838a2863cb88f034ebed2fd74e1971bc962' (2023-06-13) → 'gitlab:nyanloutre/dogetipbot-telegram/baafc544b59db91dbe9466565e2f224e3aa76f7b' (2023-06-13) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 07f00c1..ce3f14d 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1686668016, - "narHash": "sha256-ET9wTbouCiD64fhMIL7MTXqLY8mh/Zqt9xUJkx6HmRk=", + "lastModified": 1686668177, + "narHash": "sha256-sr4VMrsUG3ePrk8HNL2OeQ/gDqqnGRjzzzDSxRf65lo=", "owner": "nyanloutre", "repo": "dogetipbot-telegram", - "rev": "e1b7b838a2863cb88f034ebed2fd74e1971bc962", + "rev": "baafc544b59db91dbe9466565e2f224e3aa76f7b", "type": "gitlab" }, "original": {