Files
nixos-template-base/Makefile

24 lines
353 B
Makefile
Raw Normal View History

2016-05-12 00:42:30 +02:00
all: rebuild-switch
date
clean:
nix-collect-garbage -d --delete-older-than 15d
2016-05-17 20:09:04 +02:00
clean-aggressive:
nix-collect-garbage -d --delete-older-than 1d
2016-05-17 20:09:04 +02:00
clean-log:
journalctl --vacuum-size=1G
2016-05-23 08:29:56 +02:00
optimise:
nix-store --optimise
2016-05-12 00:42:30 +02:00
rebuild-switch:
nixos-rebuild switch
2016-05-16 14:14:09 +02:00
submodules-update:
git submodule update --remote
2016-05-12 00:42:30 +02:00
update:
nixos-rebuild switch --upgrade