NixOS/system/services/default.nix

10 lines
100 B
Nix
Raw Normal View History

2024-06-13 13:52:45 +07:00
{ ... }:
{
imports = [
./caddy.nix
./cockpit.nix
2024-06-13 18:59:07 +07:00
./forgejo.nix
2024-06-13 16:08:33 +07:00
./samba.nix
2024-06-13 13:52:45 +07:00
];
}