]> Git — Sourcephile - sourcephile-nix.git/blob - hosts/carotte/switch
carotte: enable wireless in Linux
[sourcephile-nix.git] / hosts / carotte / switch
1 #!/bin/sh -eux
2 cd "${0%/*}"/../..
3
4 # Building Linux or Rust requires space
5 sudo mount -o remount,size=15G /tmp
6
7 nix -L --keep-going run .#carotte.switch "$@"