mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 19:48:29 -07:00
refactor: modularize nixos system configuration
This commit is contained in:
parent
4bb597c38a
commit
a66ecb45f2
7 changed files with 92 additions and 85 deletions
5
modules/nixos/networking.nix
Normal file
5
modules/nixos/networking.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.openssh.enable = true;
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue