Delete unused minimalConfig services (migrated to systems/) and working crowdsec config
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
50f70d01aa
commit
8b007885cd
7 changed files with 9 additions and 268 deletions
|
@ -10,11 +10,9 @@ in {
|
|||
enable = lib.mkEnableOption "Enable minimal config";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
age.secrets = {
|
||||
cs-lapi-key = {
|
||||
file = ../../secrets/jellyfin-lapi-key.age;
|
||||
owner = "crowdsec";
|
||||
};
|
||||
age.secrets.jellyfin-lapi-key = {
|
||||
file = ../../secrets/jellyfin-lapi-key.age;
|
||||
owner = "crowdsec";
|
||||
};
|
||||
systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD";
|
||||
environment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue