mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# vim: ft=sh
|
|
|
|
sudo nixos-rebuild switch --flake .#$(hostname)
|