Fix up for hermes

This commit is contained in:
Paul-Mathias Logue 2025-12-24 17:16:38 +01:00 committed by monologiq
parent abd055702b
commit 4a2dfb8e6e
5 changed files with 58 additions and 14 deletions

View file

@ -8,6 +8,8 @@ let
inherit (lib) mkDefault;
in
{
environment.pathsToLink = [ "/share/zsh" ];
environment.systemPackages = with pkgs; [
curl
git
@ -15,10 +17,7 @@ in
wget
];
networking = {
hostName = "${config.machine.hostName}";
useDHCP = mkDefault true;
};
networking.hostName = "${config.machine.hostName}";
nix.package = pkgs.lixPackageSets.stable.lix;