From 5ecc1294c1ef0aab9570cc66f12349e85879b474 Mon Sep 17 00:00:00 2001 From: Joinemm Date: Thu, 25 Jan 2024 14:56:56 +0200 Subject: [PATCH] Fix x1 --- hosts/x1/configuration.nix | 3 --- hosts/x1/home.nix | 2 ++ modules/common.nix | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts/x1/configuration.nix b/hosts/x1/configuration.nix index 78e5308..d62da60 100644 --- a/hosts/x1/configuration.nix +++ b/hosts/x1/configuration.nix @@ -19,7 +19,6 @@ in { gui work-vpn keyd - trackpoint (bin {inherit inputs system;}) ]) (with inputs.nixos-hardware.nixosModules; [ @@ -39,8 +38,6 @@ in { }; }; - hardware.trackpoint.device = "TPPS/2 Elan TrackPoint"; - networking = { hostName = "x1"; hostId = "c08d7d71"; diff --git a/hosts/x1/home.nix b/hosts/x1/home.nix index 120e4b0..fea2b11 100644 --- a/hosts/x1/home.nix +++ b/hosts/x1/home.nix @@ -32,6 +32,8 @@ imv yazi gtk + xmonad + polybar ]) inputs.nixvim.homeManagerModules.nixvim inputs.nix-index-database.hmModules.nix-index diff --git a/modules/common.nix b/modules/common.nix index d81c10c..3aabd11 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -38,9 +38,7 @@ }; }; - systemd.services.nix-gc.serviceConfig = { - Restart = "on-failure"; - }; + systemd.services.NetworkManager-wait-online.enable = false; programs.zsh.enable = true;