Skip to content

Commit

Permalink
Remove /etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Feb 3, 2025
1 parent a130d47 commit c984535
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions systems/mbp/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{ pkgs, ... }:
{
networking.hostName = "mbp";
environment.etc.hosts = {
text = ''
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 kubernetes.default.svc.cluster.local
'';
};

services.auto-upgrade = {
enable = true;
Expand Down

0 comments on commit c984535

Please sign in to comment.