Skip to content

Commit

Permalink
iso: don't forward hostName
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Mar 18, 2021
1 parent b632880 commit 48a998c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/devos/devosSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ lib.nixosSystem (args // {
];
environment.systemPackages = hostConfig.environment.systemPackages;

networking.hostName = hostConfig.networking.hostName;
# confilcts with networking.wireless which might be slightly
# more useful on a stick
networking.networkmanager.enable = lib.mkForce false;
Expand Down

0 comments on commit 48a998c

Please sign in to comment.