From f23d7db7442816683f6e14721e2ef8ad37c7c9b1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 30 Mar 2023 17:07:09 +0100 Subject: [PATCH] Add jupyter service --- nixos/H0615-elitherl.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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