test
This commit is contained in:
parent
272b6b56c7
commit
580beb0fe4
2 changed files with 3 additions and 5 deletions
|
@ -59,9 +59,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = system;
|
||||
nixpkgs-unstable.hostPlatform = system;
|
||||
|
||||
modules = [
|
||||
# Types are 'default', 'small', and 'minimal'
|
||||
../nixos/${type}.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 {
|
||||
|
|
Loading…
Reference in a new issue