diff options
author | Franck Cuny <franck@fcuny.net> | 2024-10-26 08:40:49 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-10-26 08:40:49 -0700 |
commit | 94d0eac3f2c7ca8af4a0cf2b01c50e0def676101 (patch) | |
tree | 0e439fc8ed033a92a372b3c60666ba77f2aaa956 /nix/hosts/common/macos.nix | |
parent | prevent webcrawler to index pages (diff) | |
download | world-94d0eac3f2c7ca8af4a0cf2b01c50e0def676101.tar.gz |
automatically install updates for MacOS
Diffstat (limited to 'nix/hosts/common/macos.nix')
-rw-r--r-- | nix/hosts/common/macos.nix | 1 |
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; |