Skip to content

Commit

Permalink
Update generate-proxmox-lxc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenquoll authored Sep 6, 2024
1 parent 0d5a213 commit 97b2d41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-proxmox-lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: nixos-rebuild based on configuration-builder.nix
run: |
nix-shell -p nixos-rebuild --run 'sudo NIXOS_CONFIG=/home/runner/work/dogebox/dogebox/configuration-builder.nix nixos-rebuild switch'
#nix-shell -p nixos-rebuild --run 'sudo NIXOS_CONFIG=/home/runner/work/dogebox/dogebox/configuration-builder.nix nixos-rebuild switch'
nix-env --install nixos-rebuild
sudo NIXOS_CONFIG=/home/runner/work/dogebox/dogebox/configuration-builder.nix nixos-rebuild switch
- name: Generate NixOS configuration
run: |
Expand Down

0 comments on commit 97b2d41

Please sign in to comment.