Secrets refactored and added cachix-auth-token
secret
This commit is contained in:
parent
0ecc14fd8a
commit
207920afaf
13 changed files with 120 additions and 114 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
fleetHmModules,
|
||||
fleetFlake,
|
||||
...
|
||||
}: {
|
||||
options.mara = {
|
||||
|
@ -28,9 +29,7 @@
|
|||
|
||||
authorizedKeys = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
default = [
|
||||
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJmn7H6wxrxCHypvY74Z6pBr5G6v564NaUZb9xIILV92JEdpZzuTLLlP+JkMx/8MLRy+pC7prMwR+FhH+LaTm/9x3T6FYP/q9UIAL3cFwBAwj5XQXQKzx9f6pX/7iJrMfAUQ+ZrRUNJHt5Gl+8UypmDgnQLuv5vmQSMRzKnUPuu4lCJtWOpSPhXffz3Ec1tm5nAMuxIMRPY91PYu1fMLlFrjB1FX1goVHKB1uWx16GjJszYCVbN6xcPac0sgUg+qNGBhWkUh0F073rhepQJeWp5FtwIxe2zRsZBxxTy5qxNLmHzBeNDxlOkcy2/Lr+BxVy+mhF/2fJziX80/bWSEA1"
|
||||
];
|
||||
default = builtins.attrValues (import "${fleetFlake}/lib").keys.users;
|
||||
};
|
||||
|
||||
hashedPassword = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue