sisyphus/nixos/modules/services/default.nix

7 lines
51 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
];
}