Added printer setup

This commit is contained in:
2026-04-27 15:16:04 +02:00
parent 5578496be0
commit 67d6afafd2
6 changed files with 252 additions and 10 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
pkgs = nixpkgs.legacyPackages.${system};
pkgs-unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = false;
config.allowUnfree = true; #hplipWithPlugins is unfree...
};
in {
nixosConfigurations = {