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 9, 2024
1 parent 13e69ee commit 2e3285d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate-proxmox-lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
nix-channel --add https://github.com/dogeorg/dogebox-nur-packages/archive/main.tar.gz dogebox
nix-channel --update
- name: nixos-rebuild based on configuration-builder.nix
run: |
nix-env --install nixos-rebuild
sudo NIXOS_CONFIG=/home/runner/work/dogebox/dogebox/configuration-builder.nix nixos-rebuild switch
# - name: nixos-rebuild based on configuration-builder.nix
# run: |
# nix-env --install nixos-rebuild
# sudo NIXOS_CONFIG=/home/runner/work/dogebox/dogebox/configuration-builder.nix nixos-rebuild switch

- name: Generate NixOS configuration
run: |
nix run github:nix-community/nixos-generators -- -f proxmox-lxc -c configuration.nix | {
nix run github:nix-community/nixos-generators -- -f proxmox-lxc -c nix/pve.nix | {
read path
echo "BUILD_PATH=$path" >> $GITHUB_ENV
}
Expand Down

0 comments on commit 2e3285d

Please sign in to comment.