Substitute out nix core settings

This commit is contained in:
Tobias Ostner 2023-11-28 08:32:08 +01:00
parent 1350635af0
commit 2ec4b32561
4 changed files with 48 additions and 17 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
services.nix-daemon.enable = true;
programs.nix-index.enable = true;
}