summaryrefslogtreecommitdiff
path: root/users/kassouni/palette/reboot.nix
blob: 0b5d51f701ebf0e4b021faa896dfd4a0dbb1ae28 (plain)
1
2
3
4
5
{ writers, systemd }:
writers.writeBashBin "reboot" ''
  set -eu
  ${systemd}/bin/systemctl reboot
''