feat(darwin): Add machine platform config for darwin hosts
This commit is contained in:
parent
e5e365a1e0
commit
7866bc5bc7
2 changed files with 13 additions and 5 deletions
|
@ -7,7 +7,10 @@
|
|||
shell = "fish";
|
||||
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n rafiq";
|
||||
};
|
||||
hosts.darwin.venus.graphical = true;
|
||||
hosts.darwin.venus = {
|
||||
graphical = true;
|
||||
machine.platform = "intel";
|
||||
};
|
||||
hosts.nixos = {
|
||||
nemesis = {
|
||||
graphical = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue