fix(gorgon): comment out failing ensurePrinters
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
89b763e9f8
commit
c53d67a788
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue