Disable jupyter service

This commit is contained in:
Evie Litherland-Smith 2023-03-31 09:37:52 +01:00
parent 83d2dcf3c5
commit 75486b9726

View file

@ -24,12 +24,12 @@
# Set up home manager for user # Set up home manager for user
home-manager.users.elitherl = import ./home-manager/H0615-elitherl.nix; home-manager.users.elitherl = import ./home-manager/H0615-elitherl.nix;
services.jupyter = { #services.jupyter = {
enable = true; # enable = true;
user = "elitherl"; # user = "elitherl";
password = "argon2:$argon2id$v=19$m=10240,t=10,p=8$1xahwwyEqV2fxQh2JjLuTg$bQ36U9SQQSk8IgtXZQkS2E2P9VISTCO+nFI4w7Ebt3M"; # password = "argon2:$argon2id$v=19$m=10240,t=10,p=8$1xahwwyEqV2fxQh2JjLuTg$bQ36U9SQQSk8IgtXZQkS2E2P9VISTCO+nFI4w7Ebt3M";
group = "users"; # group = "users";
}; #};
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions