all repos — nixfiles @ d67ca36a15fdfbc4a7df530a9316f442d482e839

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

cleanup mba system config file
Alan Pearce alan@alanpearce.eu
Sun, 09 Apr 2023 14:14:56 +0200
commit

d67ca36a15fdfbc4a7df530a9316f442d482e839

parent

65d5b658770a055291abe509f2094f271fd4bbe2

1 files changed, 1 insertions(+), 6 deletions(-)

jump to
M system/mba.nixsystem/mba.nix
@@ -1,6 +1,4 @@-{ config
-, pkgs
-, ...
+{ ...
 }: {
   imports = [
     ./settings/darwin.nix
@@ -14,15 +12,12 @@ }; 
   services.activate-system.enable = true;
 
-  # programs.nix-index.enable = true;
-
   environment.variables.LANG = "en_GB.UTF-8";
 
   # Used for backwards compatibility, please read the changelog before changing.
   # $ darwin-rebuild changelog
   system.stateVersion = 4;
 
-  nix.package = pkgs.nixVersions.stable;
   # You should generally set this to the total number of logical cores in your system.
   # $ sysctl -n hw.ncpu
   nix.settings = {