forked from fediversity/fediversity
more comments
This commit is contained in:
parent
06b7cc5ca2
commit
bb94ae3e7d
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# TODO: could (part of) this be generated somehow?
|
||||
{
|
||||
lib,
|
||||
...
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
inherit (lib.strings) removeSuffix;
|
||||
|
||||
secretsPrefix = ../secrets;
|
||||
secrets = import (secretsPrefix + "/secrets.nix");
|
||||
secrets = import "${secretsPrefix}/secrets.nix";
|
||||
keys = import ../keys;
|
||||
|
||||
in
|
||||
|
|
@ -35,8 +35,7 @@ in
|
|||
}
|
||||
) secrets;
|
||||
|
||||
## FIXME: Remove direct root authentication once the NixOps4 NixOS provider
|
||||
## supports users with password-less sudo.
|
||||
## FIXME: switch root authentication to users with password-less sudo, see #24
|
||||
users.users.root.openssh.authorizedKeys.keys = attrValues keys.contributors ++ [
|
||||
# allow our panel vm access to the test machines
|
||||
keys.panel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue