Some checks failed
Run nix flake check / flake-check (push) Failing after 1s
All secrets are now managed by OpenBao (Vault). Remove the legacy sops-nix infrastructure that is no longer in use. Removed: - sops-nix flake input - system/sops.nix module - .sops.yaml configuration file - Age key generation from template prepare-host scripts Updated: - flake.nix - removed sops-nix references from all hosts - flake.lock - removed sops-nix input - scripts/create-host/ - removed sops references - CLAUDE.md - removed SOPS documentation Note: secrets/ directory should be manually removed by the user. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
240 B
Nix
17 lines
240 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./acme.nix
|
|
./autoupgrade.nix
|
|
./homelab-deploy.nix
|
|
./monitoring
|
|
./motd.nix
|
|
./packages.nix
|
|
./nix.nix
|
|
./root-user.nix
|
|
./pki/root-ca.nix
|
|
./sshd.nix
|
|
./vault-secrets.nix
|
|
];
|
|
}
|