From 94d0eac3f2c7ca8af4a0cf2b01c50e0def676101 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 26 Oct 2024 08:40:49 -0700 Subject: automatically install updates for MacOS --- nix/hosts/common/macos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/hosts/common/macos.nix') 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; -- cgit 1.4.1