This commit is contained in:
iFargle 2024-02-10 10:28:50 +09:00
parent 272b6b56c7
commit 580beb0fe4
2 changed files with 3 additions and 5 deletions

View file

@ -59,9 +59,6 @@
};
};
nixpkgs.hostPlatform = system;
nixpkgs-unstable.hostPlatform = system;
modules = [
# Types are 'default', 'small', and 'minimal'
../nixos/${type}.nix

View file

@ -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 {