NixOS/system/services/default.nix

9 lines
82 B
Nix

{ ... }:
{
imports = [
./caddy.nix
./cockpit.nix
./samba.nix
];
}