mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
rename shared to modules
This commit is contained in:
6
hosts/modules/openssh.nix
Normal file
6
hosts/modules/openssh.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 22 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user