diff --git a/flake.nix b/flake.nix index b78e9b2..ee5d19b 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,6 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/darkgui-vps/configuration.nix - nyx-loner.nixosModules.default ]; }; }; diff --git a/hosts/Alfa/conf/GM/configs/nixhelper.nix b/hosts/Alfa/conf/GM/configs/nixhelper.nix index feda378..e6d534b 100644 --- a/hosts/Alfa/conf/GM/configs/nixhelper.nix +++ b/hosts/Alfa/conf/GM/configs/nixhelper.nix @@ -63,10 +63,17 @@ overlay.enable = true; }; + services.printing.enable = false; services = { flatpak = { enable = true; }; }; + nixpkgs.config = { + problems.handlers = { + cups.broken = "warn"; + }; + }; + } diff --git a/hosts/Alfa/configuration.nix b/hosts/Alfa/configuration.nix index c6c2b39..a52d3a9 100644 --- a/hosts/Alfa/configuration.nix +++ b/hosts/Alfa/configuration.nix @@ -15,7 +15,7 @@ ## Configuraçãao do bootloader boot = { #kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = pkgs.linuxPackages_cachyos-lto; + kernelPackages = pkgs.linuxPackages_cachyos; #kernelPackages = inputs.nix-cachyos.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; diff --git a/hosts/darkgui-vps/config/nix-helper.nix b/hosts/darkgui-vps/config/nix-helper.nix index 8ee8054..32135cf 100644 --- a/hosts/darkgui-vps/config/nix-helper.nix +++ b/hosts/darkgui-vps/config/nix-helper.nix @@ -21,11 +21,6 @@ }; }; - chaotic.nyx = { - cache.enable = true; - overlay.enable = true; - }; - nix.package = pkgs.lixPackageSets.stable.lix; } diff --git a/hosts/darkgui-vps/configuration.nix b/hosts/darkgui-vps/configuration.nix index 6f22a93..3a2b43c 100644 --- a/hosts/darkgui-vps/configuration.nix +++ b/hosts/darkgui-vps/configuration.nix @@ -17,7 +17,6 @@ in ]; boot = { - kernelPackages = pkgs.linuxPackages_cachyos-server; loader = { systemd-boot.enable = true; efi = {