diff options
author | Vincent Ambo <mail@tazj.in> | 2021-10-08T10·04+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-10-08T10·10+0000 |
commit | 61e3e196fd1f1171115cbc29dbeda4e952437308 (patch) | |
tree | 458760d4e9dd2734ffccd97152c3cc146f2e780a /users/tazjin | |
parent | 26f0ba5464131630db06dcbba5b445516b95c2ff (diff) |
feat(tazjin/tverskoy): Enable printing service r/2954
Change-Id: Ic74cf57cafb34b18ef632e4718493146dc063236 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3702 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index d99720eaf616..2d9f88cc91a2 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -156,6 +156,7 @@ in lib.fix(self: { mullvad-vpn.enable = true; tlp.enable = true; fwupd.enable = true; + printing.enable = true; # expose i2c device as /dev/i2c-amdgpu-dm and make it user-accessible udev.extraRules = '' |