Z* -> */Z*

This commit is contained in:
tv 2015-08-29 00:58:41 +02:00
parent cb6bede2f6
commit 5591b1dd12
132 changed files with 7 additions and 7 deletions

View File

@ -303,11 +303,11 @@ let
}; };
users = addNames { users = addNames {
lass = { lass = {
pubkey = readFile ../../Zpubkeys/lass.ssh.pub; pubkey = readFile ../Zpubkeys/lass.ssh.pub;
mail = "lass@mors.retiolum"; mail = "lass@mors.retiolum";
}; };
uriel = { uriel = {
pubkey = readFile ../../Zpubkeys/uriel.ssh.pub; pubkey = readFile ../Zpubkeys/uriel.ssh.pub;
mail = "lass@uriel.retiolum"; mail = "lass@uriel.retiolum";
}; };
}; };
@ -514,7 +514,7 @@ let
users = addNames { users = addNames {
makefu = { makefu = {
mail = "makefu@pornocauster.retiolum"; mail = "makefu@pornocauster.retiolum";
pubkey = readFile ../../Zpubkeys/makefu_arch.ssh.pub; pubkey = readFile ../Zpubkeys/makefu_arch.ssh.pub;
}; };
}; };
}; };
@ -685,11 +685,11 @@ let
users = addNames { users = addNames {
mv = { mv = {
mail = "mv@cd.retiolum"; mail = "mv@cd.retiolum";
pubkey = readFile ../../Zpubkeys/mv_vod.ssh.pub; pubkey = readFile ../Zpubkeys/mv_vod.ssh.pub;
}; };
tv = { tv = {
mail = "tv@wu.retiolum"; mail = "tv@wu.retiolum";
pubkey = readFile ../../Zpubkeys/tv_wu.ssh.pub; pubkey = readFile ../Zpubkeys/tv_wu.ssh.pub;
}; };
}; };
}; };

View File

@ -58,7 +58,7 @@ let
hosts = mkOption { hosts = mkOption {
type = with types; either package path; type = with types; either package path;
default = ../../Zhosts; default = ../Zhosts;
description = '' description = ''
If a path is given, then it will be used to generate an ad-hoc package. If a path is given, then it will be used to generate an ad-hoc package.
''; '';

Some files were not shown because too many files have changed in this diff Show More