other random changes
This commit is contained in:
6
mybin/log
Executable file
6
mybin/log
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export SUPABASE_KEY=$(cat ~/.mysecrets/log-supabase-key)
|
||||
export SUPABASE_URL=$(cat ~/.mysecrets/log-supabase-url)
|
||||
|
||||
python3 ~/work/log/new/client.py $@
|
||||
@@ -15,7 +15,7 @@ build_from_github(){
|
||||
}
|
||||
|
||||
build_from_local(){
|
||||
export out_path=$(nix build "$HOME/work/config#nixosConfigurations.$host.config.system.build.toplevel" --impure --no-link --print-out-paths $args_to_pass)
|
||||
export out_path=$(sudo nix build "$HOME/work/config#nixosConfigurations.$host.config.system.build.toplevel" --impure --no-link --print-out-paths $args_to_pass)
|
||||
build_exit_code=$?
|
||||
|
||||
echo out_path: $out_path
|
||||
|
||||
2
mybin/ru
2
mybin/ru
@@ -7,7 +7,7 @@ then
|
||||
|
||||
elif [ "$1" == "mnt-wechner" ]
|
||||
then
|
||||
rclone mount --vfs-cache-mode full -vvvv onedrive-school:projekt-autobatterie ~/wechner-mount/
|
||||
rclone mount --vfs-cache-mode full -vvvv onedrive-school:projekt-autobatterie ~/work/htl/projekt/wechner/mnt
|
||||
|
||||
|
||||
elif [ "$1" == "wstunnel" ]
|
||||
|
||||
Reference in New Issue
Block a user