Set up time.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
./services/sound.nix
|
||||
./system/bluetooth.nix
|
||||
./system/locale.nix
|
||||
./system/time.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
5
nodes/hosts/common/system/time.nix
Normal file
5
nodes/hosts/common/system/time.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }: {
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Montreal";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user