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 =
|
system.extraDependencies =
|
||||||
[
|
[
|
||||||
"${inputs.flake-parts}"
|
inputs.flake-parts
|
||||||
"${inputs.flake-parts.inputs.nixpkgs-lib}"
|
inputs.flake-parts.inputs.nixpkgs-lib
|
||||||
"${inputs.nixops4}"
|
inputs.nixops4
|
||||||
"${inputs.nixops4-nixos}"
|
inputs.nixops4-nixos
|
||||||
"${inputs.nixpkgs}"
|
inputs.nixpkgs
|
||||||
|
|
||||||
"${sources.nixpkgs}"
|
sources.nixpkgs
|
||||||
"${sources.flake-inputs}"
|
sources.flake-inputs
|
||||||
"${sources.vars}"
|
sources.vars
|
||||||
|
|
||||||
pkgs.stdenv
|
pkgs.stdenv
|
||||||
pkgs.stdenvNoCC
|
pkgs.stdenvNoCC
|
||||||
|
|
|
||||||
|
|
@ -50,9 +50,9 @@ in
|
||||||
## the secret's file.
|
## the secret's file.
|
||||||
age.secrets = concatMapAttrs (
|
age.secrets = concatMapAttrs (
|
||||||
name: secret:
|
name: secret:
|
||||||
optionalAttrs (elem config.fediversityVm.hostPublicKey secret.publicKeys) ({
|
optionalAttrs (elem config.fediversityVm.hostPublicKey secret.publicKeys) {
|
||||||
${removeSuffix ".age" name}.file = secrets.rootPath + "/${name}";
|
${removeSuffix ".age" name}.file = secrets.rootPath + "/${name}";
|
||||||
})
|
}
|
||||||
) secrets.mapping;
|
) secrets.mapping;
|
||||||
|
|
||||||
## FIXME: Remove direct root authentication once the NixOps4 NixOS provider
|
## FIXME: Remove direct root authentication once the NixOps4 NixOS provider
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ let
|
||||||
|
|
||||||
installer =
|
installer =
|
||||||
{
|
{
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue