summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 1053c54..7459beb 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -63,7 +63,10 @@
};
};
- printing.enable = true;
+ printing = {
+ enable = true;
+ drivers = [ pkgs.hplip ];
+ };
avahi = {
enable = true;