thrall: Extract modules
This commit is contained in:
parent
5c1e8ea969
commit
a951a1e3fb
3 changed files with 30 additions and 19 deletions
5
modules/ssh.nix
Normal file
5
modules/ssh.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue