5 lines
178 B
Bash
Executable file
5 lines
178 B
Bash
Executable file
#!/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
|