nixpkgs-fmt
This commit is contained in:
parent
bdeff3c16d
commit
e867ab195e
3 changed files with 27 additions and 26 deletions
|
@ -48,5 +48,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,12 +11,14 @@
|
|||
DHCPServer = false;
|
||||
IPv6SendRA = true;
|
||||
};
|
||||
addresses = [{
|
||||
addresses = [
|
||||
{
|
||||
addressConfig.Address = "10.99.99.1/24";
|
||||
}
|
||||
{
|
||||
addressConfig.Address = "fd12:3456:789a::1/64";
|
||||
}];
|
||||
}
|
||||
];
|
||||
ipv6Prefixes = [{
|
||||
ipv6PrefixConfig.Prefix = "fd12:3456:789a::/64";
|
||||
}];
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(rWrapper.override {
|
||||
|
|
Loading…
Add table
Reference in a new issue