mob next [ci-skip] [ci skip] [skip ci]
lastFile:flake.lock
This commit is contained in:
11
flake.lock
generated
11
flake.lock
generated
@@ -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": {
|
||||||
|
@@ -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
|
||||||
];
|
];
|
||||||
|
@@ -108,11 +108,4 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
tcpdump
|
|
||||||
socat
|
|
||||||
iptables
|
|
||||||
usbutils
|
|
||||||
busybox
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user