mirror of
https://github.com/hyprwm/hyprland-infra.git
synced 2025-05-13 05:40:39 +01:00
modules/openssh: init
This commit is contained in:
parent
3200e701b4
commit
43d2972949
2 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,7 @@ in {
|
|||
[
|
||||
./caesar
|
||||
../modules/nix-daemon.nix
|
||||
../modules/openssh.nix
|
||||
]
|
||||
++ sharedModules;
|
||||
};
|
||||
|
|
8
modules/openssh.nix
Normal file
8
modules/openssh.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
# since this is a VM, use a separate port than the host's
|
||||
ports = [2222];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue