add framework hardware configuration from community (pinned)
This commit is contained in:
parent
97439c4ff7
commit
4f87f3d17a
1 changed files with 7 additions and 2 deletions
|
|
@ -7,6 +7,11 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
"${builtins.fetchGit {
|
||||||
|
url = "https://github.com/NixOS/nixos-hardware.git";
|
||||||
|
ref = "master";
|
||||||
|
rev = "88348cb5c1e6bdad2f9879663dd9c12ef281a3be";
|
||||||
|
}}/framework"
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../common/users.nix
|
../common/users.nix
|
||||||
|
|
@ -15,6 +20,8 @@
|
||||||
# enable nix-flakes
|
# enable nix-flakes
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
# do not fill the bootloader space with generations until it pops; only keep
|
# do not fill the bootloader space with generations until it pops; only keep
|
||||||
|
|
@ -100,8 +107,6 @@
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services.dbus.packages = with pkgs; [ dconf ];
|
services.dbus.packages = with pkgs; [ dconf ];
|
||||||
|
|
||||||
# Enable fingerprint reading---except it doesn't seem to work.
|
|
||||||
# services.fprintd.enable = true;
|
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
# services.openssh.enable = true;
|
# services.openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue