diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 27759b2..0d6d454 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ in { <home-manager/nixos> ./hardware-configuration.nix ./packages.nix - ./overlays/default.nix + ./overlays-system.nix ./login.nix ]; @@ -24,6 +24,7 @@ in { networking = { hostName = "dickhead"; networkmanager.enable = true; + extraHosts = ''''; }; virtualisation.docker.enable = true; |
