summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-03 20:42:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-03 20:42:28 +0200
commit924e8b5815f5d0d680b77b40f962db6442be831c (patch)
treeb8c340d260ec8f3fd2e34f4ce55ea76da7fcfd39 /odin.nix
parent1d58b5850b5dd22b79e362a5e262f266b4781a59 (diff)
downloadnixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar
nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar.gz
nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar.bz2
nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar.xz
nixos-924e8b5815f5d0d680b77b40f962db6442be831c.zip
many more commands
Diffstat (limited to 'odin.nix')
-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