diff options
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ | |||
419 | $RC{GROUPLIST_PGM} = 'printf "@self-key-managers"'; | 419 | $RC{GROUPLIST_PGM} = 'printf "@self-key-managers"'; |
420 | $RC{HOSTNAME} = '${config.networking.hostName}'; | 420 | $RC{HOSTNAME} = '${config.networking.hostName}'; |
421 | $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local"; | 421 | $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local"; |
422 | push(@{$RC{ENABLE}}, qw(create fork sskm D macros git-annex-shell ua creator config fork option sudo writable update-description-file)); | 422 | push(@{$RC{ENABLE}}, qw(create fork sskm D macros creator config fork option sudo writable update-description-file)); |
423 | ''; | 423 | ''; |
424 | }; | 424 | }; |
425 | 425 | ||