🧶
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename hostname

+4 -4
+4 -4
Justfile
··· 3 3 default: 4 4 just --list 5 5 6 - sops target: 7 - nix run nixpkgs#sops "secrets/{{target}}.yaml" 6 + sops hostname: 7 + nix run nixpkgs#sops "secrets/{{hostname}}.yaml" 8 8 9 - deploy target: 10 - nix run nixpkgs#deploy-rs -- ".#{{target}}" 9 + deploy hostname: 10 + nix run nixpkgs#deploy-rs -- ".#{{hostname}}"