sid.ovh/modules/nixos/common/default.nix
sid 5ee15884b4
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 18s
Flake check / flake-check (pull_request) Successful in 20s
finally free again
2026-05-22 20:41:42 +02:00

10 lines
119 B
Nix

{ inputs, ... }:
{
imports = [
./nix.nix
./overlays.nix
inputs.synix.nixosModules.device.server
];
}