Configure for atlas/pinj and add Wayland session variables #2

Merged
ragusa-it merged 6 commits from claude/analyze-setup-z9dDE into main 2026-02-01 20:25:09 +00:00
Showing only changes of commit 48724124d5 - Show all commits

View File

@@ -11,9 +11,16 @@
# SYSTEM # SYSTEM
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
networking.hostName = "atlas"; networking.hostName = "atlas";
time.timeZone = "Europe/Rome"; # TODO: Change to your timezone time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
# German keyboard layout (nodeadkeys variant)
console.keyMap = "de-latin1-nodeadkeys";
services.xserver.xkb = {
layout = "de";
copilot-pull-request-reviewer[bot] commented 2026-02-01 20:07:56 +00:00 (Migrated from github.com)
Review

PR description says the system timezone should be set to Europe/Rome (with a TODO note), but the config hard-codes Europe/Berlin and there’s no TODO. Please align the value (and TODO/comment) with the intended target, or update the PR description if Berlin is correct.

PR description says the system timezone should be set to Europe/Rome (with a TODO note), but the config hard-codes Europe/Berlin and there’s no TODO. Please align the value (and TODO/comment) with the intended target, or update the PR description if Berlin is correct.
variant = "nodeadkeys";
};
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------