me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 432 B View raw
1switch target: 2 sudo SSH_AUTH_SOCK=$SSH_AUTH_SOCK nixos-rebuild switch --flake {{ target }} --override-input berkeley-mono git+ssh://git@codeberg.org/seanaye/berkeley-mono 3 4boot target: 5 sudo SSH_AUTH_SOCK=$SSH_AUTH_SOCK nixos-rebuild boot --flake {{ target }} --override-input berkeley-mono git+ssh://git@codeberg.org/seanaye/berkeley-mono 6 7generate_vpn: 8 nix-shell -p mozwire --run "mozwire relay save -n 0 --killswitch"