Migrated from multi repos to monorepo architecture.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
config = mkIf (deviceType == "computer" || deviceType == "tv" ) {
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user