1
1

Create run script

This commit is contained in:
2026-01-03 02:53:35 -05:00
parent 4e9d100e02
commit d3811f8c55

6
run.sh Executable file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash
sudo nixos-rebuild \
--option eval-cache false \
--flake /workspace/deployed-nixos-server-and-apps \
switch