about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-05 02:48:10 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-05 12:00:27 +0100
commit799b2cd63e39e8a5c264739460f1c96fa05010b1 (patch)
treeb1a980cf97a4f2fbe2ab9a956433d1430f44dce5 /flake.nix
parentHosts: Use flake nixpkgs as system nixpkgs in nix-* cmds (diff)
downloadnixos-config-799b2cd63e39e8a5c264739460f1c96fa05010b1.tar.gz
nixos-config-799b2cd63e39e8a5c264739460f1c96fa05010b1.tar.bz2
nixos-config-799b2cd63e39e8a5c264739460f1c96fa05010b1.zip
Hosts: Use /etc/hosts from flake input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 30b3784..0599000 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,11 @@
 
     nix-index.url = "github:Mic92/nix-index-database";
 
+    hosts = {
+      url = "github:StevenBlack/hosts";
+      flake = false;
+    };
+
     wallpapers = {
       url = "github:Baitinq/Wallpapers";
       flake = false;