From 8ef40e52db7f740040e62140721126ada8390c19 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 5 Aug 2024 16:37:18 +0200 Subject: [PATCH] dosei: remove some unused code --- hosts/dosei/configuration.nix | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/hosts/dosei/configuration.nix b/hosts/dosei/configuration.nix index f114dcb..339078b 100644 --- a/hosts/dosei/configuration.nix +++ b/hosts/dosei/configuration.nix @@ -57,8 +57,6 @@ hybrid-sleep.enable = false; }; - # security.pam.services.login.unixAuth = true; - networking = { hostName = "dosei"; networkmanager.enable = true; @@ -67,24 +65,19 @@ # hostId = ""; }; + programs.usbtop.enable = true; + services = { openssh = { enable = true; settings.X11Forwarding = true; }; - # xserver = { - # # displayManager.gdm.enable = true; - # # desktopManager.gnome.enable = true; - # # videoDrivers = [ "nvidia" ]; - # }; - # tailscale.enable = true; blueman.enable = true; fstrim.enable = true; }; hardware = { bluetooth.enable = true; - # cpu.amd.updateMicrocode = true; enableRedistributableFirmware = true; keyboard.zsa.enable = true; opengl = { @@ -92,12 +85,5 @@ driSupport = true; driSupport32Bit = true; }; - - # nvidia = { - # modesetting.enable = true; - # nvidiaSettings = true; - # }; }; - - programs.usbtop.enable = true; }