diff --git a/lib/Tails/Persistence/Configuration/Presets.pm b/lib/Tails/Persistence/Configuration/Presets.pm
index 43a450fa5f739d7665b4ed3ef50c62e7acc28296..cb1f6091a5405e3e003d055f68563bf6de404c9f 100644
--- a/lib/Tails/Persistence/Configuration/Presets.pm
+++ b/lib/Tails/Persistence/Configuration/Presets.pm
@@ -124,6 +124,16 @@ method _build__presets {
             enabled     => 0,
             icon_name   => 'user-bookmarks',
         },
+        {
+            name        => $self->encoding->decode(gettext(q{Printers})),
+            description => $self->encoding->decode(gettext(
+                q{Printers configuration}
+            )),
+            destination => '/etc/cups',
+            options     => [ 'source=cups-configuration' ],
+            enabled     => 0,
+            icon_name   => 'printer',
+        },
         {
             name        => $self->encoding->decode(gettext(q{APT Packages})),
             description => $self->encoding->decode(gettext(