mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
Fix catulli timezone
This commit is contained in:
@@ -15,6 +15,6 @@ with import ../theme.nix;
|
|||||||
fading = 50;
|
fading = 50;
|
||||||
iso14755 = false;
|
iso14755 = false;
|
||||||
urgentOnBell = true;
|
urgentOnBell = true;
|
||||||
reverseVideo = true;
|
reverseVideo = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
networking.hostName = "catullus";
|
networking.hostName = "catullus";
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
networking.wireless = {
|
networking.wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user