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 af6533c5..ec4ad2b6 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 repo-specific-hooks macros git-annex-shell ua)); 420 push(@{$RC{ENABLE}}, qw(create fork D macros git-annex-shell ua));
421 ''; 421 '';
422 }; 422 };
423 423