chore: cleanup config and remove outdated/uncompilable tools

… printers are a mess :)
This commit is contained in:
Pierre Martin
2022-08-16 08:22:47 +02:00
parent 80250a8100
commit d4c9000953
2 changed files with 5 additions and 48 deletions

View File

@@ -71,7 +71,6 @@
# Sound
blueman
pulseaudio-modules-bt
bluez-tools
];
@@ -103,19 +102,6 @@
services.clamav.daemon.enable = true;
services.clamav.updater.enable = true;
# see https://github.com/NixOS/nixpkgs/blob/2380f6a4faa57c6b91fed26c496e1c8ca5d91982/nixos/modules/services/networking/iunbound.nix#L52
# services.unbound = {
# enable = true;
# settings = {
# # cache-max-negative-ttl = "0";
# local-zone = "test. redirect";
# local-data = [
# "test. 10800 IN NS localhost."
# "test. 10800 IN SOA test. nobody.invalid. 1 3600 1200 604800 10800"
# "test. 10800 IN A 172.10.0.10"
# ];
# };
# };
virtualisation.docker.enable = true;
# Doc: https://nixos.org/manual/nixos/stable/index.html#sec-firewall
@@ -124,7 +110,10 @@
# Enable CUPS to print documents.
nixpkgs.config.allowUnfree = true;
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip pkgs.gutenprint pkgs.cnijfilter_4_00 pkgs.cnijfilter2];
services.printing.drivers = [
pkgs.hplip
pkgs.gutenprint
];
# Enable sound.
sound.enable = true;