about summary refs log tree commit diff
path: root/hosts/vm/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-28 12:05:52 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-28 12:05:52 +0200
commit85c1b8e25e851a25d6f8c5107e071a13021f12c6 (patch)
treed9ee984c33dd067406106ae0adc6cedca7bd4c32 /hosts/vm/default.nix
parentLuna: Fix power key script launching (sxhkd) (diff)
downloadnixos-config-85c1b8e25e851a25d6f8c5107e071a13021f12c6.tar.gz
nixos-config-85c1b8e25e851a25d6f8c5107e071a13021f12c6.tar.bz2
nixos-config-85c1b8e25e851a25d6f8c5107e071a13021f12c6.zip
Move nix-index database to /etc/nix-index
Diffstat (limited to 'hosts/vm/default.nix')
-rw-r--r--hosts/vm/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vm/default.nix b/hosts/vm/default.nix
index f20f8be..5d04b2f 100644
--- a/hosts/vm/default.nix
+++ b/hosts/vm/default.nix
@@ -24,5 +24,8 @@
     [
 
     ];
+
+  environment.etc."nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database;
+
 }