changes :3
This commit is contained in:
parent
c50bfc3eea
commit
0ad695abcf
27 changed files with 1022 additions and 656 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue