From 2bead7efb473f0202dc6ef189fbc0e4a5401d41f Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 17 Jul 2026 01:37:11 -0400 Subject: add virby and adjust yabai --- hosts/RyanMac/configuration.nix | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'hosts/RyanMac') diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index bb180dd..4383b15 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -77,7 +77,7 @@ in { bottom_padding = "10"; left_padding = "10"; right_padding = "10"; - window_gap = "5"; + window_gap = "10"; mouse_modifier = "alt"; mouse_drop_action = "swap"; mouse_action1 = "move"; @@ -124,11 +124,28 @@ in { ../../files/CACerts/RyanCA.crt ]; + # Virby linux builder + services.virby = { + enable = true; + cores = 4; + diskSize = "50GiB"; + onDemand = { + enable = true; + ttl = 30; + }; + rosetta = true; + }; + nix = { enable = true; settings = { flake-registry = "/etc/nix/flake-registry.json"; - trusted-users = [ "@admin" ]; + extra-substituters = [ + "https://virby-nix-darwin.cachix.org" + ]; + extra-trusted-public-keys = [ + "virby-nix-darwin.cachix.org-1:z9GiEZeBU5bEeoDQjyfHPMGPBaIQJOOvYOOjGMKIlLo=" + ]; "extra-experimental-features" = [ "nix-command" "flakes" ]; }; }; -- cgit v1.3