Merge remote-tracking branches 'origin/update_flake_lock_action', 'origin/use-attic-chir-rs', 'origin/add-brscan4' and 'origin/disable-async-media'
This commit is contained in:
commit
11a2670099
6 changed files with 10 additions and 6 deletions
|
@ -243,7 +243,7 @@
|
|||
];
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
nix.settings.substituters = lib.mkForce [
|
||||
"https://cache.chir.rs/"
|
||||
"https://attic.chir.rs/chir-rs/"
|
||||
"https://cache.nixos.org/"
|
||||
];
|
||||
nix.daemonCPUSchedPolicy = "idle";
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
nixpkgs,
|
||||
...
|
||||
}: {
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [
|
||||
|
@ -20,4 +24,8 @@
|
|||
};
|
||||
networking.firewall.interfaces.wg0.allowedUDPPorts = [631];
|
||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [631];
|
||||
|
||||
imports = ["${nixpkgs}/nixos/modules/services/hardware/sane_extra_backends/brscan4.nix"];
|
||||
hardware.sane.enable = true;
|
||||
hardware.sane.brscan4.enable = true;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
homeserver = {
|
||||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
database = {
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
http_retry_count = 1000;
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
max_body_size = 10;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
http_retry_count = 1000;
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
address = "http://localhost:29317";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
homeserver = {
|
||||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
async_media = true;
|
||||
};
|
||||
appservice = {
|
||||
database = {
|
||||
|
|
Loading…
Reference in a new issue