summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-12-29 16:51:08 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-12-29 16:51:08 +0100
commit66417cd3e292fc3aca02e5731b297762abb35f4b (patch)
tree5c9041f624bdfc73e28dc91c313ba937f2de70c7 /hosts
parent51246ef189a5a8e7d406dda4b419dab217294481 (diff)
updates
Diffstat (limited to 'hosts')
-rw-r--r--hosts/workstation/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix
index c06be78..98cba26 100644
--- a/hosts/workstation/default.nix
+++ b/hosts/workstation/default.nix
@@ -87,7 +87,6 @@
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
- amdvlk
rocmPackages.clr.icd
vulkan-loader
vulkan-validation-layers
@@ -95,7 +94,15 @@
];
};
+ services.printing.enable = true;
+ services.avahi = {
+ enable = true;
+ nssmdns4 = true;
+ openFirewall = true;
+ };
+
systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ];
+ services.printing.drivers = [ pkgs.epson-escpr2 pkgs.epson-escpr ];
environment.systemPackages = with pkgs; [ clinfo ];