Files
nixos-servers/system/default.nix
Torjus Håkestad 78eb04205f
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
system: add pipe-to-loki helper script
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>
2026-02-08 15:30:53 +01:00

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
];
}