summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-03 20:17:20 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-03 20:17:20 +0200
commit5ef4cf32519c32e656061c6fa1536bda998a07c2 (patch)
tree856347c894cf88dedaa4b30abd0c4130674f4fcf
parentf795570b7ad116aadec316d485ed9b0d8601346b (diff)
downloadnixos-5ef4cf32519c32e656061c6fa1536bda998a07c2.tar
nixos-5ef4cf32519c32e656061c6fa1536bda998a07c2.tar.gz
nixos-5ef4cf32519c32e656061c6fa1536bda998a07c2.tar.bz2
nixos-5ef4cf32519c32e656061c6fa1536bda998a07c2.tar.xz
nixos-5ef4cf32519c32e656061c6fa1536bda998a07c2.zip
...
-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