Files
Nixos/modules/default.nix
T
2025-08-13 15:33:05 +02:00

18 lines
235 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./reverse-proxy
./virtualisation
./social
./file-server
./samba
./searxng
./auth
./development
./window-manager
./display-manager
./gitlab
];
}