forked from fediversity/fediversity
Compare commits
8 commits
a0fb9920ba
...
1e51393fb8
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e51393fb8 | |||
| 099484d8f4 | |||
| 152548535e | |||
| 7763c4db1f | |||
| df35afcca1 | |||
| 24e1a092c4 | |||
| a882de0b8e | |||
| 05572ff69e |
3 changed files with 10 additions and 11 deletions
|
|
@ -54,15 +54,15 @@ in
|
|||
|
||||
system.extraDependencies =
|
||||
[
|
||||
"${inputs.flake-parts}"
|
||||
"${inputs.flake-parts.inputs.nixpkgs-lib}"
|
||||
"${inputs.nixops4}"
|
||||
"${inputs.nixops4-nixos}"
|
||||
"${inputs.nixpkgs}"
|
||||
inputs.flake-parts
|
||||
inputs.flake-parts.inputs.nixpkgs-lib
|
||||
inputs.nixops4
|
||||
inputs.nixops4-nixos
|
||||
inputs.nixpkgs
|
||||
|
||||
"${sources.nixpkgs}"
|
||||
"${sources.flake-inputs}"
|
||||
"${sources.vars}"
|
||||
sources.nixpkgs
|
||||
sources.flake-inputs
|
||||
sources.vars
|
||||
|
||||
pkgs.stdenv
|
||||
pkgs.stdenvNoCC
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@ in
|
|||
## the secret's file.
|
||||
age.secrets = concatMapAttrs (
|
||||
name: secret:
|
||||
optionalAttrs (elem config.fediversityVm.hostPublicKey secret.publicKeys) ({
|
||||
optionalAttrs (elem config.fediversityVm.hostPublicKey secret.publicKeys) {
|
||||
${removeSuffix ".age" name}.file = secrets.rootPath + "/${name}";
|
||||
})
|
||||
}
|
||||
) secrets.mapping;
|
||||
|
||||
## FIXME: Remove direct root authentication once the NixOps4 NixOS provider
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ let
|
|||
|
||||
installer =
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue