add makefile for convenient rebuilding
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user