From c9507aa47c5dbb93cbb022009ac0efcb31a21142 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 21 May 2024 02:25:58 +0200 Subject: [PATCH] Fix jupyter config syntax --- hosts/nixos/lapetus/services/jupyter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/lapetus/services/jupyter.nix b/hosts/nixos/lapetus/services/jupyter.nix index 9b5ee54..650b652 100644 --- a/hosts/nixos/lapetus/services/jupyter.nix +++ b/hosts/nixos/lapetus/services/jupyter.nix @@ -23,7 +23,7 @@ in c.Authenticator.allowed_users = {'adrielus', 'prescientmoon'} c.Authenticator.admin_users = {'adrielus', 'prescientmoon'} - c.Spawner.notebook_dir=${config.users.users.pilot.home}/projects/notebooks + c.Spawner.notebook_dir='${config.users.users.pilot.home}/projects/notebooks' c.SystemdSpawner.mem_limit = '2G' c.SystemdSpawner.cpu_limit = 2.0