fix(gorgon): comment out failing ensurePrinters
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-06-24 15:10:32 +02:00
parent 89b763e9f8
commit c53d67a788
No known key found for this signature in database

View file

@ -135,14 +135,14 @@ in
]; ];
}; };
hardware.printers.ensurePrinters = [ #hardware.printers.ensurePrinters = [
{ # {
name = "Brother_HL-L2300D"; # name = "Brother_HL-L2300D";
model = "everywhere"; # model = "everywhere";
location = "BS"; # location = "BS";
deviceUri = "ipp://192.168.101.29:631/printers/Brother_HL-L2300D"; # deviceUri = "ipp://192.168.101.29:631/printers/Brother_HL-L2300D";
} # }
]; #];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
android-studio android-studio