mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.lock
This commit is contained in:
2025-10-14 14:37:06 +07:00
parent 6bdc326f98
commit 8eb230343b
3 changed files with 9 additions and 13 deletions

11
flake.lock generated
View File

@@ -139,13 +139,14 @@
"liminix": { "liminix": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-AOIoHjt5Q0+cJ5r5B5H3Cg/IDX13vR2dJLi3F6ZnD7E=", "lastModified": 1760422832,
"type": "file", "narHash": "sha256-NF3zYafQ/6BIRFlpHlWF9tgD8Rfeu96exzPqrEMjXgk=",
"url": "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/" "path": "/home/kurogeek/Desktop/gitea/newedge/liminix",
"type": "path"
}, },
"original": { "original": {
"type": "file", "path": "/home/kurogeek/Desktop/gitea/newedge/liminix",
"url": "https://git.b4l.co.th/newedge/liminix/src/branch/fix-gl-ar750/" "type": "path"
} }
}, },
"nix-darwin": { "nix-darwin": {

View File

@@ -22,7 +22,8 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
liminix = { 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; flake = false;
}; };
}; };
@@ -42,6 +43,7 @@
./shell.nix ./shell.nix
./machines ./machines
./routers
./inventories ./inventories
./modules/clan/flake-module.nix ./modules/clan/flake-module.nix
]; ];

View File

@@ -108,11 +108,4 @@ rec {
}; };
}; };
environment.systemPackages = with pkgs; [
tcpdump
socat
iptables
usbutils
busybox
];
} }