From ced67941a60f1e64a772cd844f350bec9cf306f8 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 24 May 2025 15:18:30 +1000 Subject: [PATCH] kita: add system.primaryUser https://github.com/nix-darwin/nix-darwin/issues/1457 --- hosts/kita/conf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/kita/conf.nix b/hosts/kita/conf.nix index 27832f0..2e2f72c 100644 --- a/hosts/kita/conf.nix +++ b/hosts/kita/conf.nix @@ -3,4 +3,6 @@ { networking.hostName = "kita"; networking.computerName = "kita"; + + system.primaryUser = "nico"; }