mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added the Primary user for nixdarwin
This commit is contained in:
parent
0c758c4e3c
commit
3109427d49
@ -59,5 +59,8 @@
|
|||||||
# Target arch
|
# Target arch
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
# Nix-Darwin State Version
|
# Nix-Darwin State Version
|
||||||
system.stateVersion = 6;
|
system = {
|
||||||
|
stateVersion = 6;
|
||||||
|
primaryUser = "alex";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user