Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Adds a system-wide script for sending command output or interactive sessions to Loki for easy sharing with Claude. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
302 B
Nix
20 lines
302 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./acme.nix
|
|
./autoupgrade.nix
|
|
./homelab-deploy.nix
|
|
./kanidm-client.nix
|
|
./monitoring
|
|
./motd.nix
|
|
./packages.nix
|
|
./nix.nix
|
|
./pipe-to-loki.nix
|
|
./root-user.nix
|
|
./pki/root-ca.nix
|
|
./sshd.nix
|
|
./vault-secrets.nix
|
|
./zram.nix
|
|
];
|
|
}
|