From 8eb230343b2ebb625492f2f9d7e7e3870882870a Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 14 Oct 2025 14:37:06 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 11 ++++++----- flake.nix | 4 +++- routers/white-house/configuration.nix | 7 ------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index e79c242..fbdde77 100644 --- a/flake.lock +++ b/flake.lock @@ -139,13 +139,14 @@ "liminix": { "flake": false, "locked": { - "narHash": "sha256-AOIoHjt5Q0+cJ5r5B5H3Cg/IDX13vR2dJLi3F6ZnD7E=", - "type": "file", - "url": "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/" + "lastModified": 1760422832, + "narHash": "sha256-NF3zYafQ/6BIRFlpHlWF9tgD8Rfeu96exzPqrEMjXgk=", + "path": "/home/kurogeek/Desktop/gitea/newedge/liminix", + "type": "path" }, "original": { - "type": "file", - "url": "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/" + "path": "/home/kurogeek/Desktop/gitea/newedge/liminix", + "type": "path" } }, "nix-darwin": { diff --git a/flake.nix b/flake.nix index c6421a2..b80fa2f 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; liminix = { - url = "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/"; + # url = "git+https://git.b4l.co.th/newedge/liminix?ref=refs/heads/fix-gl-ar750&rev=9621ac51e9b4dfb462253173061239615cd083d6"; + url = "path:/home/kurogeek/Desktop/gitea/newedge/liminix"; flake = false; }; }; @@ -42,6 +43,7 @@ ./shell.nix ./machines + ./routers ./inventories ./modules/clan/flake-module.nix ]; diff --git a/routers/white-house/configuration.nix b/routers/white-house/configuration.nix index 1595e22..c5bb4af 100644 --- a/routers/white-house/configuration.nix +++ b/routers/white-house/configuration.nix @@ -108,11 +108,4 @@ rec { }; }; - environment.systemPackages = with pkgs; [ - tcpdump - socat - iptables - usbutils - busybox - ]; }