From 4bfbdd44e73c9fc12906526e617aa3e61a9c1c23 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 30 Aug 2024 20:24:46 +0200 Subject: [PATCH] add work laptop to readme --- README.md | 3 ++- hosts/work/configuration.nix | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2c97c4c..a37164c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ niksos/ │ ├───chmura/ [HP t620 PLUS Quad Core TC] │ ├───del/ [Dell Latitude 7320 Detachable] │ ├───hape/ [HP EliteBook 840 G2] -│ └───niks/ [ASUS ROG Strix G513QY] +│ ├───niks/ [ASUS ROG Strix G513QY] +│ └───work/ [undisclosed model, might change] ├───modules/ (custom modules you can enable under `poz`) ├───options/ (unconditional modules imported in `hosts/*/profile.nix`) │ ├───common/ (options shared between most or all systems) diff --git a/hosts/work/configuration.nix b/hosts/work/configuration.nix index a953359..d133930 100644 --- a/hosts/work/configuration.nix +++ b/hosts/work/configuration.nix @@ -84,18 +84,7 @@ in { enable = true; }; - ratbagd.enable = true; - - # TODO build failure - # fprintd = { - # enable = true; - # tod = { - # enable = true; - # driver = pkgs.libfprint-2-tod1-goodix; - # }; - # }; smartd.enable = true; - flatpak.enable = true; }; services.journald = {