6 lines
178 B
Text
6 lines
178 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
nix flake lock --update-input common
|
||
|
|
|
||
|
|
nixos-rebuild switch --flake .#default --target-host admin@lebesgue --use-remote-sudo --build-host localhost --verbose
|