move some config to user level module

This commit is contained in:
ulic-youthlic 2025-02-01 17:07:03 +08:00
parent 86cb708ad7
commit eada853044
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 78 additions and 91 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./openssh.nix
];
}