Skip to content

Commit

Permalink
glados{,-wsl}: use mac builder
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 14, 2024
1 parent 32b9a91 commit 4813941
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Binary file added secrets/glados-wsl/macstadium.age
Binary file not shown.
Binary file added secrets/glados/macstadium.age
Binary file not shown.
5 changes: 4 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ let
glados = {
owner = owners.getchoo;
pubkey = "age1n7tyxx63wpgnmwkzn7dmkm62jxel840rk3ye3vsultrszsfrwuzsawdzhq";
files = [ "sethPassword.age" ];
files = [
"sethPassword.age"
"macstadium.age"
];
};

glados-wsl = {
Expand Down
1 change: 1 addition & 0 deletions systems/glados-wsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
system.stateVersion = "23.11";

traits = {
mac-builder.enable = true;
resolved.enable = false;
tailscale.enable = true;
};
Expand Down
1 change: 1 addition & 0 deletions systems/glados/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

traits = {
containers.enable = true;
mac-builder.enable = true;
nvidia = {
enable = true;
nvk.enable = false;
Expand Down

0 comments on commit 4813941

Please sign in to comment.