Z* -> */Z*
This commit is contained in:
parent
cb6bede2f6
commit
5591b1dd12
@ -303,11 +303,11 @@ let
|
||||
};
|
||||
users = addNames {
|
||||
lass = {
|
||||
pubkey = readFile ../../Zpubkeys/lass.ssh.pub;
|
||||
pubkey = readFile ../Zpubkeys/lass.ssh.pub;
|
||||
mail = "lass@mors.retiolum";
|
||||
};
|
||||
uriel = {
|
||||
pubkey = readFile ../../Zpubkeys/uriel.ssh.pub;
|
||||
pubkey = readFile ../Zpubkeys/uriel.ssh.pub;
|
||||
mail = "lass@uriel.retiolum";
|
||||
};
|
||||
};
|
||||
@ -514,7 +514,7 @@ let
|
||||
users = addNames {
|
||||
makefu = {
|
||||
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 {
|
||||
mv = {
|
||||
mail = "mv@cd.retiolum";
|
||||
pubkey = readFile ../../Zpubkeys/mv_vod.ssh.pub;
|
||||
pubkey = readFile ../Zpubkeys/mv_vod.ssh.pub;
|
||||
};
|
||||
tv = {
|
||||
mail = "tv@wu.retiolum";
|
||||
pubkey = readFile ../../Zpubkeys/tv_wu.ssh.pub;
|
||||
pubkey = readFile ../Zpubkeys/tv_wu.ssh.pub;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -58,7 +58,7 @@ let
|
||||
|
||||
hosts = mkOption {
|
||||
type = with types; either package path;
|
||||
default = ../../Zhosts;
|
||||
default = ../Zhosts;
|
||||
description = ''
|
||||
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
Loading…
Reference in New Issue
Block a user