mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-26 18:44:52 +00:00
18 lines
249 B
Nix
18 lines
249 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
|
|
# config = lib.mkIf pkgs.stdenv.isDarwin {
|
|
# networking = {
|
|
# computerName = config.networking.hostName;
|
|
# # Adjust if necessary
|
|
# # hostName = "";
|
|
# };
|
|
# };
|
|
# }
|
|
}
|