Nix fmt rfc style (more or less)
This commit is contained in:
parent
e7496c447a
commit
515f098644
146 changed files with 2607 additions and 906 deletions
|
|
@ -2,7 +2,10 @@ let
|
|||
bertof_odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC3W3Btk1qtLHU69aFwseDuKU6PJMA+NxVXJXiRNhDce bertof@odin";
|
||||
bertof_thor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT+D5QE4TkgoKw5IvSYpvnvIIRM87RBePHce1Aaz3xJ bertof@thor";
|
||||
|
||||
devUsers = [ bertof_odin bertof_thor ];
|
||||
devUsers = [
|
||||
bertof_odin
|
||||
bertof_thor
|
||||
];
|
||||
|
||||
baldur = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZKc/X9TsoN3UbEJUa0PIx96RGYoDEzDlZPZb0ctwTN";
|
||||
freya = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBclEOy4xs9yBp4RgfTf1FPeqTdERM6d6nDhnMQ3WVGI";
|
||||
|
|
@ -11,7 +14,14 @@ let
|
|||
odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8bfOYmFN+KRjnAOdt9IazGeaRKm5tvGyblHD7MUhtr";
|
||||
thor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJbMiGx/QZ/RKgad3UNyEzgLfqRU0zBo8n0AU3s244Zw";
|
||||
|
||||
systems = [ baldur freya heimdall loki odin thor ];
|
||||
systems = [
|
||||
baldur
|
||||
freya
|
||||
heimdall
|
||||
loki
|
||||
odin
|
||||
thor
|
||||
];
|
||||
in
|
||||
{
|
||||
# "oauth_proxy_client_credentials.age".publicKeys = devUsers ++ systems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue