Add darwin configuration into
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
{
|
||||
system.primaryUser = "alistreaza";
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
trusted-users = [
|
||||
# Needed by Devenv
|
||||
"root"
|
||||
"alistreaza"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user