Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cloud-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:
export NIX_SSHOPTS="-i ~/.ssh/edge_key -o UserKnownHostsFile=~/.ssh/known_hosts -o StrictHostKeyChecking=yes"

# renovate: datasource=git-refs depName=nixpkgs packageName=https://github.com/NixOS/nixpkgs ref=master versioning=git
nix run github:NixOS/nixpkgs/f37d14db4e7f801872506a2dee5cce5da36ea512#nixos-rebuild -- \
nix run github:NixOS/nixpkgs/026c310c258711fe663c956c3114a5702a763125#nixos-rebuild -- \
switch \
--flake ./cloud-edge/nixos#oracle-edge \
--build-host root@$IP \
Expand Down
8 changes: 4 additions & 4 deletions cloud-edge/nixos/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloud-edge/nixos/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "NixOS configurations for Homelab cloud nodes";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/f37d14db4e7f801872506a2dee5cce5da36ea512";
nixpkgs.url = "github:NixOS/nixpkgs/026c310c258711fe663c956c3114a5702a763125";

disko = {
url = "github:nix-community/disko/5ad85c82cc52264f4beddc934ba57f3789f28347";
Expand Down