dotfiles/apply-system.sh

5 lines
71 B
Bash
Executable file

#!/bin/sh
pushd ~/nix-config
sudo nixos-rebuild switch --flake .#
popd