adjust lookingglass computer name

This commit is contained in:
Noah Masur
2024-12-16 14:08:29 -05:00
parent e6f5649999
commit 405b1ce60f
2 changed files with 9 additions and 8 deletions

View File

@ -6,11 +6,12 @@
}:
{
config = lib.mkIf pkgs.stdenv.isDarwin {
networking = {
computerName = config.networking.hostName;
# Adjust if necessary
# hostName = "";
};
};
# config = lib.mkIf pkgs.stdenv.isDarwin {
# networking = {
# computerName = config.networking.hostName;
# # Adjust if necessary
# # hostName = "";
# };
# };
# }
}