Files
haschel/modules/networking.nix
Atridad Lahiji bdaa68a797
All checks were successful
Deploy NixOS / deploy (push) Successful in 17s
Try caddy
2026-03-06 15:58:03 -07:00

11 lines
145 B
Nix

{ ... }:
let
settings = import ../settings.nix;
in
{
networking.hostName = settings.hostname;
networking.networkmanager.enable = true;
}