Set primary user in nix-darwin
All checks were successful
Cachix / build (elendel) (push) Successful in 2m44s
Cachix / build (kholinar) (push) Successful in 6m41s
Cachix / build (marabethia) (push) Successful in 3m27s

This commit is contained in:
Charlotte Van Petegem 2025-06-02 10:05:57 +02:00
parent 3df0f7f5ed
commit ff912fa3a6
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -10,5 +10,6 @@ in
./wireguard
];
system.primaryUser = username;
users.users.${username}.home = "/Users/${username}";
}