Commentaires PR

merge-requests/14/head
RatCornu 2025-06-22 15:59:26 +02:00
parent 2136a2a1b2
commit ef566ac562
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ in
enable = mkEnableOption "Configuration réseaux commune à toutes les machines du Crans.";
id = mkOption {
type = types.int;
type = types.str;
example = "35";
description = "Le numéro de la VM dans Proxmox (sans le `1` devant).";
};
@ -203,7 +203,7 @@ in
ipv6.addresses = [
{
address = "fd00::4:0:ff:fe01:${toString cfg.id}10";
address = "fd00::4:0:ff:fe01:${toString cfg.id}04";
prefixLength = 64;
}
];