darwin fixes

This commit is contained in:
2025-08-18 23:28:30 -07:00
parent df349613c8
commit 8401e7c9da

View File

@@ -33,46 +33,18 @@
};
networking.hostName = "eva-02"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Enable networking
# networking.networkmanager.enable = true;
virtualisation.docker.enable = true;
# Set your time zone.
time.timeZone = "America/Los_Angeles";
# Select internationalisation properties.
# i18n.defaultLocale = "en_US.UTF-8";
# i18n.extraLocaleSettings = {
# LC_ADDRESS = "en_US.UTF-8";
# LC_IDENTIFICATION = "en_US.UTF-8";
# LC_MEASUREMENT = "en_US.UTF-8";
# LC_MONETARY = "en_US.UTF-8";
# LC_NAME = "en_US.UTF-8";
# LC_NUMERIC = "en_US.UTF-8";
# LC_PAPER = "en_US.UTF-8";
# LC_TELEPHONE = "en_US.UTF-8";
# LC_TIME = "en_US.UTF-8";
# };
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = true; # Enable for Darwin compatibility
# Enable the KDE Plasma Desktop Environment.
# services.displayManager.sddm.enable = true;
# services.displayManager.sddm.wayland.enable = true;
# services.desktopManager.plasma6.enable = true;
# services.displayManager.sddm.theme = "sddm-astronaut-theme";
services.tailscale.enable = false; # Disable Tailscale for Darwin compatibility
# services.xserver.enable = true; # Enable for Darwin compatibility
# Configure keymap in X11
services.xserver.xkb = {
@@ -80,9 +52,6 @@
variant = "";
};
# Enable CUPS to print documents.
# services.printing.enable = false;
# Enable sound with pipewire.
# hardware.pulseaudio.enable = false;
#hardware.pulseaudio = {