config.nix/modules/device/server.nix
2026-04-16 08:01:28 +02:00

10 lines
57 B
Nix

{
config,
lib,
pkgs,
...
}:
{
config = { };
}