summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-03 23:09:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-03 23:09:17 +0200
commitbec99bf3ad9c1ab09ee08fade347d9191a986fe1 (patch)
tree1aa4f487e27b2c1b48b9ca42dccd8cc28d6537b9 /odin.nix
parent7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf (diff)
downloadnixos-bec99bf3ad9c1ab09ee08fade347d9191a986fe1.tar
nixos-bec99bf3ad9c1ab09ee08fade347d9191a986fe1.tar.gz
nixos-bec99bf3ad9c1ab09ee08fade347d9191a986fe1.tar.bz2
nixos-bec99bf3ad9c1ab09ee08fade347d9191a986fe1.tar.xz
nixos-bec99bf3ad9c1ab09ee08fade347d9191a986fe1.zip
less redundancy
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 8c66eeb9..71e5617d 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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