switch to fw16 branch, flake update
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -52,13 +52,13 @@
|
||||
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
services.fwupd.package =
|
||||
(import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/bb2009ca185d97813e75736c2b8d1d8bb81bde05.tar.gz";
|
||||
sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk";
|
||||
}) { inherit (pkgs) system; }).fwupd;
|
||||
# services.fwupd.package =
|
||||
# (import (builtins.fetchTarball {
|
||||
# url = "https://github.com/NixOS/nixpkgs/archive/bb2009ca185d97813e75736c2b8d1d8bb81bde05.tar.gz";
|
||||
# sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk";
|
||||
# }) { inherit (pkgs) system; }).fwupd;
|
||||
|
||||
services.fprintd.enable = false;
|
||||
services.fprintd.enable = true;
|
||||
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
|
@ -4,7 +4,7 @@
|
||||
home = true;
|
||||
sops = true;
|
||||
modules = [
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
inputs.nixos-hardware-fw16.nixosModules.framework-16-7040-amd
|
||||
#({ pkgs, ... }: {
|
||||
# nixpkgs.overlays = [ inputs.rust-overlay.overlays.default ];
|
||||
# environment.systemPackages = [ rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
|
||||
|
Reference in New Issue
Block a user