From f1b09aaceaf86996e8c3cbf1e8e07bdb255cbda6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 22 Jun 2025 19:23:44 +0200 Subject: [PATCH] sets primary user --- hosts/dnsc-air/default.nix | 1 + hosts/dnsc-work/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 5d0aea3..cb33705 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -110,6 +110,7 @@ # System settings system = { + primaryUser = "dennis"; stateVersion = 5; activationScripts.postUserActivation.text = '' /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 2ad2d82..772f106 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -118,6 +118,7 @@ # System settings system = { + primaryUser = "dennis"; stateVersion = 5; activationScripts.postUserActivation.text = '' /System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u