diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-03 20:42:28 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-03 20:42:28 +0200 |
| commit | 924e8b5815f5d0d680b77b40f962db6442be831c (patch) | |
| tree | b8c340d260ec8f3fd2e34f4ce55ea76da7fcfd39 | |
| parent | 1d58b5850b5dd22b79e362a5e262f266b4781a59 (diff) | |
| download | nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar.gz nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar.bz2 nixos-924e8b5815f5d0d680b77b40f962db6442be831c.tar.xz nixos-924e8b5815f5d0d680b77b40f962db6442be831c.zip | |
many more commands
| -rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
