env config
This commit is contained in:
parent
88fa9d317c
commit
fc13dfc47d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user