diff --git a/hosts/physiques/thot/default.nix b/hosts/physiques/thot/default.nix index 182cc27..dbc95ba 100644 --- a/hosts/physiques/thot/default.nix +++ b/hosts/physiques/thot/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ @@ -34,5 +34,9 @@ }; }; + environment.systemPackages = with pkgs; [ + apacheHttpd + ]; + system.stateVersion = "24.05"; } diff --git a/hosts/physiques/thot/networking.nix b/hosts/physiques/thot/networking.nix index c98b62d..5407168 100644 --- a/hosts/physiques/thot/networking.nix +++ b/hosts/physiques/thot/networking.nix @@ -26,6 +26,14 @@ } ]; }; + ipv6 = { + addresses = [ + { + address = "fd00::10:ae16:2dff:fe76:290c"; + prefixLength = 64; + } + ]; + }; }; vlan10 = { ipv4 = {