Nixfiles/updateMinus.sh

13 lines
179 B
Bash
Raw Normal View History

2024-04-01 18:20:42 +02:00
#!/usr/bin/env bash
2024-04-02 22:38:14 +02:00
REMOTE=root@192.168.1.65
2024-04-01 18:20:42 +02:00
CONFIG=minus
nixos-rebuild switch \
--verbose \
--fast \
--use-remote-sudo \
--flake .#${CONFIG} \
--target-host $REMOTE "$@"