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