From aa607bb9dd400fbbd69660fc43d7b009cb2bccaf Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Tue, 11 May 2021 01:45:53 +0000 Subject: [PATCH] Remove old printing options on starlight --- system/starlight/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 8456914..b601061 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -70,13 +70,6 @@ weechat ]; - - # Printing - services.printing = { - listenAddresses = [ "localhost:631" "10.69.0.2:631" "starlight.manehattan.artem.ist:631" ]; - allowFrom = [ "localhost" "10.69.0.*" ]; - }; - # Scanning hardware.sane.enable = true; users.users.artemis.extraGroups = [ "scanner" ];