Files
nixos-servers/hosts/nrec-nixos01/default.nix
Torjus Håkestad adc267bd95
Some checks failed
Run nix flake check / flake-check (push) Failing after 9m20s
Run nix flake check / flake-check (pull_request) Failing after 3m58s
nrec-nixos01: add host configuration with Caddy web server
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 14:10:05 +01:00

8 lines
86 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../system/packages.nix
];
}