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