unused code

This commit is contained in:
2026-08-08 02:30:01 +03:00
parent 682ab4aa01
commit 4636868b43
19 changed files with 0 additions and 1955 deletions
-3
View File
@@ -68,7 +68,6 @@ let
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_xanmod_stable;
#kernelParams = [ "usbcore.autosuspend=-1" ];
loader = {
systemd-boot.enable = lib.mkDefault true;
efi.canTouchEfiVariables = lib.mkDefault true;
@@ -79,8 +78,6 @@ let
bluetooth.enable = true;
};
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking = {
hostName = "${xlib.device.hostname}";
networkmanager.enable = true;