Trust fox for compute node secrets
Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
parent
e7490858c6
commit
365576778b
3
keys.nix
3
keys.nix
@ -16,8 +16,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
hostGroup = with hosts; rec {
|
hostGroup = with hosts; rec {
|
||||||
untrusted = [ fox ];
|
compute = [ owl1 owl2 fox ];
|
||||||
compute = [ owl1 owl2 ];
|
|
||||||
playground = [ eudy koro weasel ];
|
playground = [ eudy koro weasel ];
|
||||||
storage = [ bay lake2 ];
|
storage = [ bay lake2 ];
|
||||||
monitor = [ hut ];
|
monitor = [ hut ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user