nixos/river: Initial NVMe-oF booting river :)
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m32s

This commit is contained in:
2023-12-11 01:55:02 +00:00
parent 33eded0626
commit 5e5f70501c
55 changed files with 1116 additions and 862 deletions

View File

@@ -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 {