WIP: upgrade to 24.11

This commit is contained in:
Filippo Berto 2024-12-02 12:03:30 +01:00
parent d665d679bb
commit 90bbc2a03c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
10 changed files with 56 additions and 181 deletions

View file

@ -31,10 +31,8 @@ in
enable = true;
# package = pkgs.bluezFull;
};
opengl = {
enable = true;
driSupport = true;
};
graphics.enable = true;
amdgpu.amdvlk.enable = true;
};
i18n.defaultLocale = "it_IT.UTF-8";
@ -444,24 +442,6 @@ in
time.timeZone = "Europe/Rome";
users.users = {
bertof = {
isNormalUser = true;
extraGroups = [
"audio"
"input"
"docker"
"libvirtd"
"network"
"networkmanager"
"usb"
"video"
"wheel"
];
shell = pkgs.zsh;
};
};
zramSwap.enable = true;
system.stateVersion = "24.05";