Timezones!
This commit is contained in:
parent
22205740b8
commit
3213050cae
@ -80,6 +80,7 @@
|
||||
./nixos/configuration.nix
|
||||
./nixos/kde-desktop.nix
|
||||
./nixos/cad.nix
|
||||
./nixos/zerotier.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -70,6 +70,8 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
#Puts fonts in /run/current-system/sw/share/X11/fonts
|
||||
|
Loading…
Reference in New Issue
Block a user