Split into multiple configs (#10)

This commit is contained in:
Patrick Stevens
2022-11-24 20:07:50 +00:00
committed by GitHub
parent df297beff1
commit 36171014c8
5 changed files with 144 additions and 88 deletions

View File

@@ -28,7 +28,7 @@ in {
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixVersions.stable;
nix.gc.automatic = true;
# Sandbox causes failure: https://github.com/NixOS/nix/issues/4119