about summary refs log tree commit diff
path: root/nix/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts')
-rw-r--r--nix/hosts/common/macos.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/common/macos.nix b/nix/hosts/common/macos.nix
index edc57a0..18e7b07 100644
--- a/nix/hosts/common/macos.nix
+++ b/nix/hosts/common/macos.nix
@@ -7,6 +7,7 @@
   system.defaults.dock.mru-spaces = false;
   system.defaults.finder.AppleShowAllExtensions = true;
   system.defaults.screencapture.location = "~/Documents/screenshots";
+  system.defaults.SoftwareUpdate.AutomaticallyInstallMacOSUpdates = true;
 
   system.keyboard = {
     enableKeyMapping = true;