Ajout IPv6 + apacheHttpd

4-message-d-erreur-en-cas-d-echec-de-sudo
pigeonmoelleux 2024-11-14 01:37:48 +01:00
parent b5e505bebf
commit 08f3c5575e
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
imports = [ imports = [
@ -34,5 +34,9 @@
}; };
}; };
environment.systemPackages = with pkgs; [
apacheHttpd
];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }

View File

@ -26,6 +26,14 @@
} }
]; ];
}; };
ipv6 = {
addresses = [
{
address = "fd00::10:ae16:2dff:fe76:290c";
prefixLength = 64;
}
];
};
}; };
vlan10 = { vlan10 = {
ipv4 = { ipv4 = {