Disable jupyter service
This commit is contained in:
parent
83d2dcf3c5
commit
75486b9726
|
@ -24,12 +24,12 @@
|
|||
# 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";
|
||||
};
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue