gorgon: add working printer config
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-03-13 20:35:36 +01:00
parent 87cb376d4d
commit b5318b48ad
No known key found for this signature in database

View file

@ -128,6 +128,13 @@ in
];
};
hardware.printers.ensurePrinters = [{
name = "Brother_HL-L2300D";
model = "everywhere";
location = "BS";
deviceUri = "ipp://192.168.101.29:631/printers/Brother_HL-L2300D";
}];
environment.systemPackages = with pkgs; [
ghostscript
smartmontools