server-lto

This commit is contained in:
mjallen18
2025-12-11 19:55:17 -06:00
parent 8d1a9312cb
commit 64f34892b7
6 changed files with 9688 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
let
kernel = pkgs.linuxPackages_cachyos;
kernel = pkgs.linuxPackages_cachyos-lto-znver4;
pkgsVersion = pkgs; # .unstable;
in
{

View File

@@ -71,13 +71,13 @@
VISUAL = "${lib.getExe' pkgs.vscodium "codium"} --wait";
};
security.wrappers.librepods = {
source = "${pkgs.${namespace}.librepods}/bin/librepods";
owner = "matt";
group = "users";
setuid = false;
capabilities = "cap_net_admin+p";
};
# security.wrappers.librepods = {
# source = "${pkgs.${namespace}.librepods}/bin/librepods";
# owner = "matt";
# group = "users";
# setuid = false;
# capabilities = "cap_net_admin+p";
# };
specialisation = {
"cosmic".configuration = {