about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-10-26 08:40:49 -0700
committerFranck Cuny <franck@fcuny.net>2024-10-26 08:40:49 -0700
commit94d0eac3f2c7ca8af4a0cf2b01c50e0def676101 (patch)
tree0e439fc8ed033a92a372b3c60666ba77f2aaa956
parentprevent webcrawler to index pages (diff)
downloadworld-94d0eac3f2c7ca8af4a0cf2b01c50e0def676101.tar.gz
automatically install updates for MacOS
-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;