keep hostname as lookingglass

This commit is contained in:
Noah Masur 2024-12-16 14:23:13 -05:00
parent b69a9a2de7
commit 185258ad8a
No known key found for this signature in database

View File

@ -26,6 +26,7 @@ inputs.darwin.lib.darwinSystem {
inputs.mac-app-util.darwinModules.default inputs.mac-app-util.darwinModules.default
{ {
nixpkgs.overlays = [ inputs.firefox-darwin.overlay ] ++ overlays; nixpkgs.overlays = [ inputs.firefox-darwin.overlay ] ++ overlays;
networking.hostName = "lookingglass";
networking.computerName = "NYCM-NMASUR1"; networking.computerName = "NYCM-NMASUR1";
identityFile = "/Users/Noah.Masur/.ssh/id_ed25519"; identityFile = "/Users/Noah.Masur/.ssh/id_ed25519";
gui.enable = true; gui.enable = true;