nix-config/system/services/default.nix

10 lines
110 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
./endlessh.nix
./fwupd.nix
./printing.nix
./ssh.nix
./sunshine.nix
];
}