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": {
"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": {

View File

@@ -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
];

View File

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