forked from pub-solar/os
ryzensun: init agenix
This commit is contained in:
parent
6f5dae8520
commit
07c6de8b0d
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, self, ... }:
|
||||
with lib;
|
||||
let
|
||||
psCfg = config.pub-solar;
|
||||
|
@ -10,6 +10,12 @@ in
|
|||
];
|
||||
|
||||
config = {
|
||||
age.secrets.environment-secrets = {
|
||||
file = "${self}/secrets/environment-secrets.age";
|
||||
mode = "700";
|
||||
owner = "teutat3s";
|
||||
};
|
||||
|
||||
pub-solar.nextcloud.enable = mkForce false;
|
||||
pub-solar.docker.enable = mkForce false;
|
||||
pub-solar.virtualisation.enable = true;
|
||||
|
|
Loading…
Reference in a new issue