Skip to content

Commit

Permalink
bind uranus to wg-dvb
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipunov committed Jan 3, 2025
1 parent 872b3c4 commit f9fbd30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions hosts/uranus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ in

};

networking.firewall.allowedTCPPorts = [ 8080 ];

users.motd = lib.mkForce (builtins.readFile ./motd.txt);

# This value determines the NixOS release from which the default
Expand Down
10 changes: 5 additions & 5 deletions hosts/uranus/jupyter-container.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
, packages
, jupyterUsers
, jupyterAdminGroup ? "uranus-owner"
, bind-ip ? "0.0.0.0"
, bind-port ? 8080
, bind-ip ? "10.13.37.9"
, bind-port ? 80
, ...
}:
let
miniconda-dockerhub = pkgs.dockerTools.pullImage {
imageName = "continuumio/miniconda3";
imageDigest = "sha256:2016f249cdae34692a20d90fdb17432d07cf312992345d0e1e492bc36a12a35b";
sha256 = "sha256-x4AuqWDff3QNqP4FfvlcwQi81XCK7YP1xOMfHdxdNfQ=";
finalImageTag = "24.3.0-0";
imageDigest = "sha256:6a66425f001f739d4778dd732e020afeb06175f49478fafc3ec673658d61550b";
sha256 = "sha256-/0P12tK+Z9eng448m+TMaUOtucUxrPos8iAeqbOvIP4=";
finalImageTag = "24.11.1-0";
finalImageName = "miniconda";

};
Expand Down

0 comments on commit f9fbd30

Please sign in to comment.