FrameworkNix/system/appliances.nix

21 lines
380 B
Nix
Raw Normal View History

2024-02-19 23:19:01 +00:00
{
services = {
printing = {
enable = true;
browsing = true;
browsedConf = ''
BrowseDNSSDSubTypes _cups,_print
BrowseLocalProtocols all
BrowseRemoteProtocols all
CreateIPPPrinterQueues All
BrowseProtocols all
'';
};
};
hardware = {
keyboard.zsa.enable = true;
flipperzero.enable = true;
};
}