ryzensun: init agenix

This commit is contained in:
teutat3s 2021-10-25 01:43:19 +02:00
parent 6f5dae8520
commit 07c6de8b0d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, self, ... }:
with lib; with lib;
let let
psCfg = config.pub-solar; psCfg = config.pub-solar;
@ -10,6 +10,12 @@ in
]; ];
config = { config = {
age.secrets.environment-secrets = {
file = "${self}/secrets/environment-secrets.age";
mode = "700";
owner = "teutat3s";
};
pub-solar.nextcloud.enable = mkForce false; pub-solar.nextcloud.enable = mkForce false;
pub-solar.docker.enable = mkForce false; pub-solar.docker.enable = mkForce false;
pub-solar.virtualisation.enable = true; pub-solar.virtualisation.enable = true;