complete restructure
This commit is contained in:
16
modules/core/networking.nix
Normal file
16
modules/core/networking.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
# modules/core/networking.nix
|
||||
# Network configuration and services
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking.hostName = "nix";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user