From b527675edde1efd77a15f07cbf173a5aa0a30f9d Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 22 Jun 2025 19:29:11 +0200 Subject: [PATCH] moves to postActivation --- hosts/dnsc-air/default.nix | 2 +- hosts/dnsc-work/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index cb33705..d967bfc 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -112,7 +112,7 @@ system = { primaryUser = "dennis"; stateVersion = 5; - activationScripts.postUserActivation.text = '' + activationScripts.postActivation.text = '' /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u ''; diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 772f106..d4b444a 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -120,7 +120,7 @@ system = { primaryUser = "dennis"; stateVersion = 5; - activationScripts.postUserActivation.text = '' + activationScripts.postActivation.text = '' /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u '';