diff --git a/nixos/H0615-elitherl.nix b/nixos/H0615-elitherl.nix index d0ddd06f..072d8bd6 100644 --- a/nixos/H0615-elitherl.nix +++ b/nixos/H0615-elitherl.nix @@ -24,6 +24,13 @@ # Set up home manager for user home-manager.users.elitherl = import ./home-manager/H0615-elitherl.nix; + services.jupyter = { + enable = true; + user = "elitherl"; + password = "argon2:$argon2id$v=19$m=10240,t=10,p=8$1xahwwyEqV2fxQh2JjLuTg$bQ36U9SQQSk8IgtXZQkS2E2P9VISTCO+nFI4w7Ebt3M"; + group = "users"; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave