···5353 "2001:4860:4860::8888"
5454 "2001:4860:4860::8844"
5555 ];
5656-5656+5757 # Single network card is `eth0`
5858 networking.usePredictableInterfaceNames = false;
5959
+11-1
lib/default.nix
···11# This flake library is available to modules via the `llib` arg
22-pkgs: { }
22+{
33+ self,
44+ ...
55+}:
66+77+let
88+ inherit (self.inputs) net;
99+in
1010+{
1111+ net = net.lib;
1212+}