summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2023-04-09 14:14:56 +0200
committerAlan Pearce2023-04-09 14:14:56 +0200
commitd67ca36a15fdfbc4a7df530a9316f442d482e839 (patch)
tree7aabd2d96a5b9f284c26f78951eb6a5797ecc714 /system
parent65d5b658770a055291abe509f2094f271fd4bbe2 (diff)
downloadnixfiles-d67ca36a15fdfbc4a7df530a9316f442d482e839.tar.lz
nixfiles-d67ca36a15fdfbc4a7df530a9316f442d482e839.tar.zst
nixfiles-d67ca36a15fdfbc4a7df530a9316f442d482e839.zip
cleanup mba system config file
Diffstat (limited to 'system')
-rw-r--r--system/mba.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/system/mba.nix b/system/mba.nix
index 0d337909..97b5938d 100644
--- a/system/mba.nix
+++ b/system/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 = {