[nextcloud] add dummy secrets

This commit is contained in:
2025-01-19 23:39:51 +01:00
parent fda348f5da
commit 5f780e17eb
2 changed files with 73 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems
scripts.remote-install = pkgs.writeShellScriptBin "remote-install" (builtins.readFile ./scripts/remote-install-encrypt.sh);
scripts.boot-unlock = pkgs.writeShellScriptBin "boot-unlock" (builtins.readFile ./scripts/unlock-boot.sh);
};
packages = {
docs = pkgs.stdenv.mkDerivation {
name = "malobeo-docs";
@@ -115,7 +116,10 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems
sops.defaultSopsFile = pkgs.lib.mkForce ./machines/${host}/dummy.yaml;
environment.etc = {
devHostKey.source = ./machines/secrets/devkey_ed25519;
devHostKey = {
source = ./machines/secrets/devkey_ed25519;
mode = "0600";
};
};
services.openssh.hostKeys = [{