sid.ovh/modules/nixos/common/default.nix
sid 949f403a20
All checks were successful
Flake check / flake-check (pull_request) Successful in 20s
Build hosts / build-hosts (pull_request) Successful in 24s
rm custom root ca. add remote journald
2026-05-18 20:40:38 +02:00

13 lines
176 B
Nix

{ inputs, ... }:
{
imports = [
./journald.nix
./nix.nix
./overlays.nix
inputs.synix.nixosModules.device.server
];
nixpkgs.config.allowUnfree = true;
}