From 580beb0fe40696f3896aabf534f70be0367e78bf Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 10 Feb 2024 10:28:50 +0900 Subject: [PATCH] test --- lib/default.nix | 3 --- nixos/hosts/nixos-framework/default.nix | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 1ca712b5..81ebeaca 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -59,9 +59,6 @@ }; }; - nixpkgs.hostPlatform = system; - nixpkgs-unstable.hostPlatform = system; - modules = [ # Types are 'default', 'small', and 'minimal' ../nixos/${type}.nix diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index 4275c37d..f743196e 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -3,15 +3,16 @@ inputs.nixos-hardware.nixosModules.framework-13-7040-amd (modulesPath + "/installer/scan/not-detected.nix") ./disks.nix - # ./hibernate.nix ../../common/services/tailscale-autoconnect.nix # ../../common/modules/secureboot.nix ../../common/modules/boot.nix ../../common/modules/udev-rules.nix ../../common/services/podman.nix - # ../../common/services/tlp.nix ]; + nixpkgs.hostPlatform = system; + nixpkgs-unstable.hostPlatform = system; + services.fwupd.enable = true; # we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware services.fwupd.package = (import (builtins.fetchTarball {