all repos — nixfiles @ 6f752c78607cf2043e0bd2ce4219510bc7965276

System and user configuration, managed by nix and home-manager

use srvos for better defaults on linde/marvin

Alan Pearce
commit

6f752c78607cf2043e0bd2ce4219510bc7965276

parent

bbc69d9fbfead8f20c48d76dec98cce143ad9602

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -9,7 +9,6 @@ cores = lib.mkDefault 0;
use-xdg-base-directories = true; keep-outputs = true; keep-derivations = true; - experimental-features = "nix-command flakes"; warn-dirty = false; substituters = [ "https://nix-community.cachix.org"
@@ -38,7 +37,6 @@ nixpkgs.to = {
type = "path"; path = pkgs.path; }; - }; }; }