verbosity fix
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 23s
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 23s
This commit is contained in:
parent
719548c778
commit
c2512306ac
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ jobs:
|
||||||
shell: /bin/sh -e {0}
|
shell: /bin/sh -e {0}
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: git clone -v http://localhost:5080/satr14/nix-flake.git src
|
run: git clone http://localhost:5080/satr14/nix-flake.git src
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nixos-rebuild build --flake ./src#homelab -L --show-trace -v
|
run: nixos-rebuild build --flake ./src#homelab -L --show-trace
|
||||||
- name: Activate
|
- name: Activate
|
||||||
run: sudo nixos-rebuild switch --flake ./src#homelab -L --show-trace -v
|
run: sudo nixos-rebuild switch --flake ./src#homelab -L --show-trace -v
|
||||||
- name: Clean
|
- name: Clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue