hosts/Infini-STICK: update to modules
This commit is contained in:
parent
d71ee4073c
commit
ee586932a4
1 changed files with 4 additions and 10 deletions
|
@ -5,15 +5,6 @@
|
||||||
(with profiles; [
|
(with profiles; [
|
||||||
networking.wireless
|
networking.wireless
|
||||||
|
|
||||||
(with hardware; [
|
|
||||||
sound
|
|
||||||
(with gpu; [
|
|
||||||
amdgpu
|
|
||||||
intel
|
|
||||||
nvidia
|
|
||||||
])
|
|
||||||
])
|
|
||||||
|
|
||||||
btrfs
|
btrfs
|
||||||
|
|
||||||
# services.privoxy
|
# services.privoxy
|
||||||
|
@ -27,7 +18,10 @@
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
boot.grub.enable = true;
|
boot.grub.enable = true;
|
||||||
hardware.form.portable = true;
|
hardware = {
|
||||||
|
audio.enable = true;
|
||||||
|
form.portable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue