remove buildiso just command
This commit is contained in:
parent
808b16f9e3
commit
8d1bcedeab
1 changed files with 0 additions and 5 deletions
5
Justfile
5
Justfile
|
@ -7,14 +7,9 @@ local OPERATION *FLAGS:
|
||||||
{{FLAGS}} \
|
{{FLAGS}} \
|
||||||
{{OPERATION}}
|
{{OPERATION}}
|
||||||
|
|
||||||
|
|
||||||
buildiso *FLAGS:
|
|
||||||
nix build .#nixosConfigurations.liveiso.config.system.build.isoImage {{FLAGS}}
|
|
||||||
|
|
||||||
updatekeys:
|
updatekeys:
|
||||||
fd . sys/profiles/secrets -E '*.nix' -t f -x sops updatekeys -y
|
fd . sys/profiles/secrets -E '*.nix' -t f -x sops updatekeys -y
|
||||||
|
|
||||||
|
|
||||||
remote OPERATION HOST REMOTEHOST *FLAGS:
|
remote OPERATION HOST REMOTEHOST *FLAGS:
|
||||||
nixos-rebuild \
|
nixos-rebuild \
|
||||||
--fast \
|
--fast \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue