Aligned flake with workflow
CI / check (push) Failing after 2m41s

This commit is contained in:
2026-06-22 22:16:53 +02:00
parent f41ef34361
commit 2505485996
9 changed files with 81 additions and 92 deletions
-2
View File
@@ -1,7 +1,5 @@
{ config, lib, ... }:
{
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
sops.secrets = {
discord_bot_token = {
owner = "mautrix-discord";
-2
View File
@@ -1,8 +1,6 @@
{ pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
services.unifi = {
enable = true;
unifiPackage = pkgs.unifi;