m/common: option renames

main
Ari Gato 2024-06-11 13:51:44 +02:00
parent f2e3044fdc
commit 80edd86bb7
1 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ in {
inherit (value) publicKey; inherit (value) publicKey;
extraHostNames = [ value.targetHost ]; extraHostNames = [ value.targetHost ];
}) meta.hosts; }) meta.hosts;
bash.enableCompletion = true; bash.completion.enable = true;
mosh.enable = true; mosh.enable = true;
}; };
services.tailscale = { services.tailscale = {
@ -185,10 +185,10 @@ in {
IPv6SendRA = true; IPv6SendRA = true;
}; };
addresses = [ addresses = [
{ addressConfig.Address = "10.0.0.1/24"; } { Address = "10.0.0.1/24"; }
{ addressConfig.Address = "fd12:3456:789a::1/64"; } { Address = "fd12:3456:789a::1/64"; }
]; ];
ipv6Prefixes = [{ ipv6PrefixConfig.Prefix = "fd12:3456:789a::/64"; }]; ipv6Prefixes = [{ Prefix = "fd12:3456:789a::/64"; }];
}; };
networks.microvm-eth0 = { networks.microvm-eth0 = {
matchConfig.Name = "vm-*"; matchConfig.Name = "vm-*";