Files
nixos/Makefile
2025-02-02 21:55:54 +02:00

11 lines
342 B
Makefile

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