feat: NixOS | modular nixos config
This commit is contained in:
7
nixos/imports/networking.nix
Normal file
7
nixos/imports/networking.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{hostName, ...}: {
|
||||
networking = {
|
||||
inherit hostName;
|
||||
networkmanager.enable = true;
|
||||
firewall.allowedTCPPorts = [22];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user