1
0

env config

This commit is contained in:
Sense T 2023-09-26 08:17:56 +00:00
parent 88fa9d317c
commit fc13dfc47d

View File

@ -1,20 +1,10 @@
{
environment.variables.CONTAINERD_NAMESPACE = "k8s.io";
environment.variables.CONTAINERD_ADDRESS = "/run/k3s/containerd/containerd.sock";
time.timeZone = "Asia/Shanghai";
security.sudo.wheelNeedsPassword = true;
/*
hardware = {
opengl = {
enable = true;
extraPackages = with pkgs; [
mesa.drivers
libvdpau-va-gl
vaapiVdpau
];
};
};
*/
# Select internationalisation properties.
i18n = {
defaultLocale = "zh_CN.UTF-8";