Skip to content

Commit

Permalink
fix(nuc): Set hostid
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 25, 2023
1 parent 0c3d882 commit c735101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/nuc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
};

time.timeZone = "America/Chicago";
networking.hostId = "8425e349";

boot.kernel.sysctl."net.ipv4.ip_forward" = 1;

Expand Down

0 comments on commit c735101

Please sign in to comment.