about summary refs log tree commit diff
path: root/hosts/phobos
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/phobos/default.nix3
-rw-r--r--hosts/phobos/home.nix1
2 files changed, 3 insertions, 1 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix
index 5790b67..de67e9a 100644
--- a/hosts/phobos/default.nix
+++ b/hosts/phobos/default.nix
@@ -28,5 +28,8 @@
     [
 
     ];
+
+  environment.etc."nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database;
+
 }
 
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 54da2b3..9953a0d 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -121,5 +121,4 @@ in
     '';
   };
 
-  home.file.".cache/nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database;
 }