sisyphus/nixos/modules/services/default.nix

8 lines
66 B
Nix
Raw Normal View History

2023-10-18 18:54:27 +02:00
{
imports = [
2023-10-18 20:30:40 +02:00
./desktop
2023-10-18 18:54:27 +02:00
./openssh
2023-10-19 20:58:15 +02:00
./printing
2023-10-18 18:54:27 +02:00
];
}