summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 9ea0f412..1cfac2d8 100644
--- a/odin.nix
+++ b/odin.nix
@@ -417,7 +417,7 @@
417 $RC{GROUPLIST_PGM} = 'printf "@self-key-managers"'; 417 $RC{GROUPLIST_PGM} = 'printf "@self-key-managers"';
418 $RC{HOSTNAME} = '${config.networking.hostName}'; 418 $RC{HOSTNAME} = '${config.networking.hostName}';
419 $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local"; 419 $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local";
420 push(@{$RC{ENABLE}}, qw(create fork D macros git-annex-shell ua)); 420 push(@{$RC{ENABLE}}, qw(create fork sskm D macros git-annex-shell ua creator config fork option sudo writable update-description-file));
421 ''; 421 '';
422 }; 422 };
423 423