major fix macos
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
{
|
||||
myConfig = {
|
||||
macos = {
|
||||
Username = "lsoriano";
|
||||
};
|
||||
essentials = {
|
||||
# !!! replace it with your own, else system might malfunction.
|
||||
Username = "kenji";
|
||||
@@ -65,7 +68,7 @@
|
||||
sshUser = "";
|
||||
sshKey = "";
|
||||
system = "";
|
||||
supportedFeatures = ["big-parallel" "kvm" "nixos-test"];
|
||||
supportedFeatures = ["apple-virt" "big-parallel" "kvm" "nixos-test"];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user