public-cof: add thubrecht
This commit is contained in:
parent
b88167f46a
commit
42cd2d7b79
2 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
||||||
../pubkeys/raito.keys
|
../pubkeys/raito.keys
|
||||||
../pubkeys/mrf.keys
|
../pubkeys/mrf.keys
|
||||||
../pubkeys/sinavir.keys
|
../pubkeys/sinavir.keys
|
||||||
|
../pubkeys/hubrecht.keys
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
|
|
|
@ -2,7 +2,7 @@ let
|
||||||
pkgs = import <nixpkgs> {};
|
pkgs = import <nixpkgs> {};
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
readPubkeys = user: builtins.filter (k: k != "") (lib.splitString "\n" (builtins.readFile (../../pubkeys + "/${user}.keys")));
|
readPubkeys = user: builtins.filter (k: k != "") (lib.splitString "\n" (builtins.readFile (../../pubkeys + "/${user}.keys")));
|
||||||
superadmins = (readPubkeys "raito") ++ (readPubkeys "gdd");
|
superadmins = (readPubkeys "raito") ++ (readPubkeys "gdd") ++ (readPubkeys "hubrecht");
|
||||||
public-cof = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUe/w7e3+KIa1YPFH9FGapDWM/sWOvOCcYXNlnIWypg";
|
public-cof = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUe/w7e3+KIa1YPFH9FGapDWM/sWOvOCcYXNlnIWypg";
|
||||||
systems = [ public-cof ];
|
systems = [ public-cof ];
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue