add makefile for convenient rebuilding

This commit is contained in:
Joakim Repomaa
2025-02-02 21:55:54 +02:00
parent e215c05588
commit c5faa5e2f4

10
Makefile Normal file
View File

@@ -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