changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -100,6 +100,8 @@
ui.fonts.enable = true;
security.sudo-rs.enable = true;
protocols.wayland.enable = true;
programs.openvpn3.enable = true;
@ -140,6 +142,7 @@
pkiBundle = "/etc/secureboot";
};
boot.loader.efi.canTouchEfiVariables = true;
boot.blacklistedKernelModules = ["joydev"];
networking.hostName = "earth"; # Define your hostname.
networking.hostId = "a2a8bfcc";
@ -190,6 +193,7 @@
pkgs.sbctl
pkgs.kdiskmark
pkgs.mangohud
inputs.quickshell.packages.${system}.default
(pkgs.shadps4.overrideAttrs {
version = "0.9.0";
src = pkgs.fetchFromGitHub {
@ -260,6 +264,11 @@
networking.firewall.allowedTCPPorts = [22];
services.monero = {
enable = false;
mining.enable = false;
};
services.samba = {
enable = true;
openFirewall = true;
@ -279,6 +288,8 @@
catppuccin.enable = true;
programs.virt-manager.enable = true;
qt.enable = true;
# Enable Ananicy for automatic process priority management
services.ananicy = {
enable = true;