sisyphus/nixos/modules/services/default.nix

11 lines
110 B
Nix
Raw Normal View History

2023-10-18 18:54:27 +02:00
{
imports = [
2024-03-13 08:16:17 +01:00
./monero
2023-10-24 21:00:53 +02:00
./openrgb
2023-10-18 18:54:27 +02:00
./openssh
2023-10-24 21:00:53 +02:00
./pipewire
2023-10-19 20:58:15 +02:00
./printing
2023-10-28 11:14:50 +02:00
./tailscale
2023-10-18 18:54:27 +02:00
];
}