diff options
| author | Baitinq <[email protected]> | 2022-06-28 12:05:52 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-28 12:05:52 +0200 |
| commit | 85c1b8e25e851a25d6f8c5107e071a13021f12c6 (patch) | |
| tree | d9ee984c33dd067406106ae0adc6cedca7bd4c32 /hosts/phobos/default.nix | |
| parent | Luna: Fix power key script launching (sxhkd) (diff) | |
| download | nixos-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/phobos/default.nix')
| -rw-r--r-- | hosts/phobos/default.nix | 3 |
1 files changed, 3 insertions, 0 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; + } |