diff options
| author | kdam0 <me@kumardamani.net> | 2023-03-24 20:03:39 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-03-24 20:03:39 +0000 |
| commit | 4a6cfabd242a368df2c1acdd2146d8dc067333b7 (patch) | |
| tree | ff36edae32b9e0e5de45f8f28831357cb700047b /nixpkgs/.config | |
| parent | 3bc21967e0fd6f9ba540dc07adbbd8810c7a921e (diff) | |
added hosts.nix to gitignore
Diffstat (limited to 'nixpkgs/.config')
| -rw-r--r-- | nixpkgs/.config/nixpkgs/hosts.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nixpkgs/.config/nixpkgs/hosts.nix b/nixpkgs/.config/nixpkgs/hosts.nix deleted file mode 100644 index 05b1690..0000000 --- a/nixpkgs/.config/nixpkgs/hosts.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ config, pkgs, ... }: - -{ networking.extraHosts = '' -# Your /etc/hosts entries go here -127.0.0.2 other-localhost -''; -} |
