Files
Nixos/modules/default.nix
T
2026-07-16 13:50:15 +02:00

21 lines
276 B
Nix

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