diff --git a/.beads/.local_version b/.beads/.local_version index 8298bb0..a8ab6c9 100644 --- a/.beads/.local_version +++ b/.beads/.local_version @@ -1 +1 @@ -0.43.0 +0.44.0 diff --git a/.beads/last-touched b/.beads/last-touched index b033d46..6d3ebae 100644 --- a/.beads/last-touched +++ b/.beads/last-touched @@ -1 +1 @@ -ops-jrz1-t73 +ops-jrz1-6ip diff --git a/configuration.nix b/configuration.nix index e6e7a8a..2af8ca7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, pkgs-unstable, beads, opencode, ... }: +{ pkgs, pkgs-unstable, beads, opencode, ... }: let # ========================================================================== diff --git a/flake.nix b/flake.nix index cc2a32d..f9413f1 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,6 @@ outputs = { self, nixpkgs, nixpkgs-unstable, sops-nix, ... }@inputs: let system = "x86_64-linux"; - pkgs = nixpkgs.legacyPackages.${system}; in { # Pre-deploy checks: nix flake check checks.${system} = { diff --git a/hardware-configuration.nix b/hardware-configuration.nix index df5bd20..d7d6ac6 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by 'nixos-generate-config' # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ lib, ... }: { imports = [ ]; diff --git a/hosts/ops-jrz1-vm.nix b/hosts/ops-jrz1-vm.nix index 3a9a08d..0ea39e1 100644 --- a/hosts/ops-jrz1-vm.nix +++ b/hosts/ops-jrz1-vm.nix @@ -1,6 +1,6 @@ # VM testing configuration for ops-jrz1 # This configuration allows testing without real secrets -{ config, pkgs, pkgs-unstable, lib, ... }: +{ lib, ... }: { # Disable built-in NixOS maubot module to use our sops-nix enhanced version diff --git a/hosts/ops-jrz1.nix b/hosts/ops-jrz1.nix index bd3a66e..c007323 100644 --- a/hosts/ops-jrz1.nix +++ b/hosts/ops-jrz1.nix @@ -1,4 +1,4 @@ -{ config, pkgs, pkgs-unstable, ... }: +{ pkgs, ... }: { # ops-jrz1 production VPS configuration diff --git a/modules/dev-services.nix b/modules/dev-services.nix index 4a7672b..b4f4dd6 100644 --- a/modules/dev-services.nix +++ b/modules/dev-services.nix @@ -1,5 +1,5 @@ # Development services module - Matrix, Forgejo, and Slack bridge -{ config, pkgs, pkgs-unstable, lib, ... }: +{ config, pkgs-unstable, lib, ... }: with lib; diff --git a/modules/mautrix-slack.nix b/modules/mautrix-slack.nix index 1eea0d8..c1a13fe 100644 --- a/modules/mautrix-slack.nix +++ b/modules/mautrix-slack.nix @@ -9,8 +9,6 @@ let cfg = config.services.mautrix-slack; yamlFormat = pkgs.formats.yaml { }; - exampleConfigPath = "${cfg.package}/example-config.yaml"; - configOverrides = { homeserver = { address = cfg.matrix.homeserverUrl;