set zfs auth and tls to true

This commit is contained in:
Leyla Becker 2025-08-26 18:00:12 -05:00
parent 060e6ef037
commit dbe4b674d7
2 changed files with 4 additions and 0 deletions

View file

@ -108,6 +108,8 @@ in {
(lib.mkIf hardware.piperMouse.enable piper)
(lib.mkIf hardware.openRGB.enable openrgb)
(lib.mkIf hardware.viaKeyboard.enable via)
(lib.mkIf osConfig.host.ai.enable claude-code)
])
)
);