nix-config/system/services/default.nix

10 lines
110 B
Nix

{
imports = [
./endlessh.nix
./fwupd.nix
./printing.nix
./ssh.nix
./sunshine.nix
];
}