thrall: Extract modules

This commit is contained in:
Alexander Kobjolke 2024-01-22 21:19:09 +01:00
parent 5c1e8ea969
commit a951a1e3fb
3 changed files with 30 additions and 19 deletions

5
modules/ssh.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
services.openssh.enable = true;
}