diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 237355a..590cdc5 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -26,20 +26,6 @@ }; services.printing.enable = true; - hardware.printers = { - ensurePrinters = [ - { - name = "Brother"; - location = "Study"; - deviceUri = "http://192.168.1.66:631"; - model = "drv:///sample.drv/generic.ppd"; - ppdOptions = { - PageSize = "A4"; - }; - } - ]; - ensureDefaultPrinter = "Brother_printer"; - }; # Bootloader. boot.loader.systemd-boot.enable = true; @@ -127,6 +113,7 @@ gtkmm2 gtkd pkg-config + nfs-utils ]; fonts.packages = with pkgs; [