Skip to content

Commit

Permalink
uranus: get bind-ip from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipunov committed Jan 3, 2025
1 parent 0761b36 commit 790ef50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,11 @@

uranus = {
system = "x86_64-linux";
specialArgs = { inherit inputs self; registry = registry.uranus; };
specialArgs = {
inherit inputs self;
registry = registry.uranus;
bind-ip = registry.uranus.wgAddr4;
};
modules = [
sops-nix.nixosModules.sops
microvm.nixosModules.microvm
Expand Down

0 comments on commit 790ef50

Please sign in to comment.