mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Configure remote deployment with deploy-rs
This commit is contained in:
parent
6fe9cf2adc
commit
188a9b4e24
8 changed files with 117 additions and 19 deletions
4
justfile
4
justfile
|
|
@ -26,8 +26,8 @@ fmt:
|
|||
check:
|
||||
nix flake check
|
||||
|
||||
dev-sops:
|
||||
nix develop .#sops --command zsh
|
||||
dev shell='default':
|
||||
nix develop .#{{ shell }} --command zsh
|
||||
|
||||
build-iso:
|
||||
nix build .#nixosConfigurations.installer.config.formats.iso -o result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue