homemmanegr
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./packages.nix
|
||||
#./packages.nix
|
||||
./ssh.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
9
modules/core/ssh.nix
Normal file
9
modules/core/ssh.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user