ma cake.r: init config
This commit is contained in:
parent
0899a30efd
commit
bf8facca36
@ -14,8 +14,15 @@ in {
|
|||||||
#<stockholm/makefu/2configs/support-nixos.nix>
|
#<stockholm/makefu/2configs/support-nixos.nix>
|
||||||
# <stockholm/makefu/2configs/homeautomation/default.nix>
|
# <stockholm/makefu/2configs/homeautomation/default.nix>
|
||||||
# <stockholm/makefu/2configs/homeautomation/google-muell.nix>
|
# <stockholm/makefu/2configs/homeautomation/google-muell.nix>
|
||||||
|
# <stockholm/makefu/2configs/hw/pseyecam.nix>
|
||||||
# configure your hw:
|
# configure your hw:
|
||||||
# <stockholm/makefu/2configs/save-diskspace.nix>
|
# <stockholm/makefu/2configs/save-diskspace.nix>
|
||||||
|
|
||||||
|
# directly use the alsa device instead of attaching to pulse
|
||||||
|
|
||||||
|
<stockholm/makefu/2configs/audio/respeaker.nix>
|
||||||
|
<stockholm/makefu/2configs/home/rhasspy/default.nix>
|
||||||
|
<stockholm/makefu/2configs/home/rhasspy/led-control.nix>
|
||||||
];
|
];
|
||||||
krebs = {
|
krebs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -28,5 +35,4 @@ in {
|
|||||||
documentation.info.enable = false;
|
documentation.info.enable = false;
|
||||||
documentation.man.enable = false;
|
documentation.man.enable = false;
|
||||||
documentation.nixos.enable = false;
|
documentation.nixos.enable = false;
|
||||||
sound.enable = false;
|
|
||||||
}
|
}
|
||||||
|
@ -10,5 +10,6 @@
|
|||||||
options = [ "noatime" ];
|
options = [ "noatime" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#hardware.raspberry-pi."4".fkms-3d.enable = true;
|
hardware.raspberry-pi."4".fkms-3d.enable = true;
|
||||||
|
hardware.raspberry-pi."4".audio.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user