gorgon: add working printer config
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
87cb376d4d
commit
b5318b48ad
1 changed files with 7 additions and 0 deletions
|
@ -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; [
|
environment.systemPackages = with pkgs; [
|
||||||
ghostscript
|
ghostscript
|
||||||
smartmontools
|
smartmontools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue