Files
Nixos/modules/default.nix
T
2025-08-03 18:24:21 +02:00

17 lines
222 B
Nix

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