server-lto
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
kernel = pkgs.linuxPackages_cachyos;
|
||||
kernel = pkgs.linuxPackages_cachyos-lto-znver4;
|
||||
pkgsVersion = pkgs; # .unstable;
|
||||
in
|
||||
{
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user