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 {