hosts/hypnos: update
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m2s

This commit is contained in:
2026-01-13 19:58:17 +00:00
parent 6c0363fb18
commit 82489f342c

View File

@@ -22,7 +22,7 @@ in
nixpkgs = { nixpkgs = {
hostPlatform = "x86_64-linux"; hostPlatform = "x86_64-linux";
config = { config = {
permittedInsecurePackages = [ "broadcom-sta-6.30.223.271-59-6.12.63" ]; permittedInsecurePackages = [ "broadcom-sta-6.30.223.271-59-6.12.65" ];
}; };
}; };
@@ -73,16 +73,14 @@ in
''; '';
}; };
services.xserver.enable = true;
# Workaround for label rendering bug in GTK4 with nvidia 470 driver # Workaround for label rendering bug in GTK4 with nvidia 470 driver
environment.sessionVariables.GSK_RENDERER = "gl"; environment.sessionVariables.GSK_RENDERER = "gl";
environment.persistence."/persist".enable = mkForce true; environment.persistence."/persist".enable = mkForce true;
environment.persistence."/state".enable = mkForce true; environment.persistence."/state".enable = mkForce true;
modules = {
system.desktop.gnome.enable = mkForce false;
};
services.openssh.settings.PermitRootLogin = mkForce "prohibit-password"; services.openssh.settings.PermitRootLogin = mkForce "prohibit-password";
users = { users = {