updated stuff

This commit is contained in:
2021-05-22 11:35:23 +05:30
parent dadc9192ff
commit 5364156d58
9 changed files with 66 additions and 13 deletions

6
marisa/services.nix Executable file
View File

@@ -0,0 +1,6 @@
{config, ...}:
{
services = {
sshd.enable = true;
};
}