correct hardware
This commit is contained in:
parent
c79678bd63
commit
4d135b337d
2 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
inputs.hardware.nixosModules.framework-11th-gen-intel
|
inputs.hardware.nixosModules.framework-amd-ai-300-series
|
||||||
./hosts/muos/configuration.nix
|
./hosts/muos/configuration.nix
|
||||||
]
|
]
|
||||||
++ commonModules;
|
++ commonModules;
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
fprintd.enable = true;
|
fprintd.enable = true;
|
||||||
|
fwupd.enable = true;
|
||||||
tlp.enable = true;
|
tlp.enable = true;
|
||||||
power-profiles-daemon.enable = false;
|
power-profiles-daemon.enable = false;
|
||||||
avahi = {
|
avahi = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue