nixos/river: Initial NVMe-oF booting river :)
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m32s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m32s
This commit is contained in:
@@ -40,6 +40,16 @@ rec {
|
||||
'';
|
||||
};
|
||||
|
||||
networkd = {
|
||||
noL3 = {
|
||||
LinkLocalAddressing = "no";
|
||||
DHCP = "no";
|
||||
LLDP = false;
|
||||
EmitLLDP = false;
|
||||
IPv6AcceptRA = false;
|
||||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
cache = rec {
|
||||
substituters = [
|
||||
@@ -125,8 +135,8 @@ rec {
|
||||
"stream"
|
||||
];
|
||||
routersPubV4 = [
|
||||
"109.255.252.123" # placeholder
|
||||
"109.255.252.166"
|
||||
"109.255.31.25"
|
||||
"109.255.252.63"
|
||||
];
|
||||
|
||||
prefixes = with lib.my.net.cidr; rec {
|
||||
|
Reference in New Issue
Block a user