From a5928d3337f9c9a5724670ae55cd651658d8bdac Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 24 Aug 2024 17:19:38 +0200 Subject: [PATCH 1/3] hosts/carbon: Disable dhcpd as it behaves weird --- hosts/carbon/ppp.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/carbon/ppp.nix b/hosts/carbon/ppp.nix index 55c1e93..1de2f19 100644 --- a/hosts/carbon/ppp.nix +++ b/hosts/carbon/ppp.nix @@ -58,10 +58,9 @@ ''; networking.interfaces.net-heimnetz.useDHCP = true; - networking.interfaces.ppp-dtagdsl.useDHCP = true; networking.dhcpcd = { - enable = true; + enable = false; allowInterfaces = [ "net-heimnetz" "ppp-dtagdsl" From e45e95f1ba815a2383eaab2c28167ec8db3ee2f8 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 24 Aug 2024 17:33:27 +0200 Subject: [PATCH 2/3] flake.lock: Update input bij --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 06a5176..4d6d31d 100644 --- a/flake.lock +++ b/flake.lock @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1712512137, - "narHash": "sha256-crxzFc3lc/ViHYVK+IKmIbifxF6zyHgSwhBKd0lLgWE=", + "lastModified": 1724513039, + "narHash": "sha256-YdBuRgXEU9CcxPd2EjuvDKcfgxL1kk9Gv8nFVVjIros=", "ref": "refs/heads/main", - "rev": "221052d8465f0a4437cb8cae3cc9998c87e88f68", - "revCount": 2, + "rev": "202f4a1a5791c74a9b7d69a4e63e631bdbe36ba6", + "revCount": 4, "type": "git", "url": "https://git.clerie.de/clerie/bij.git" }, From 8cc8600c0a91dcb894d025da70b06fd34bd12cda Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Sun, 25 Aug 2024 03:03:03 +0200 Subject: [PATCH 3/3] Update nixpkgs 2024-08-25-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 4d6d31d..01dfff2 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1722421184, - "narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=", + "lastModified": 1724224976, + "narHash": "sha256-Z/ELQhrSd7bMzTO8r7NZgi9g5emh+aRKoCdaAv5fiO0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58", + "rev": "c374d94f1536013ca8e92341b540eba4c22f9c62", "type": "github" }, "original": {