From c5faa5e2f467e67221ca4a5b7d315bb537ea24be Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Sun, 2 Feb 2025 21:55:54 +0200 Subject: [PATCH] add makefile for convenient rebuilding --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..50e7a81 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +rebuild-all: rebuild-local rebuild-freun-dev rebuild-apu + +rebuild-local: + nh os switch sourcehut:~repomaa/NixOS -- --option tarball-ttl 0 + +rebuild-freun-dev: + ssh -t jokke@freun.dev nh os switch sourcehut:~repomaa/NixOS -- --option tarball-ttl 0 + +rebuild-apu: + ssh -t jokke@apu nh os switch sourcehut:~repomaa/NixOS -- --option tarball-ttl 0