Fix up for hermes
This commit is contained in:
parent
abd055702b
commit
4a2dfb8e6e
5 changed files with 58 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue