main #5

Merged
Lithospherical merged 59 commits from jan-leila/nix-config:main into main 2025-08-27 15:36:39 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit dbe4b674d7 - Show all commits

View file

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

View file

@ -136,6 +136,8 @@ in {
}; };
accounts = { accounts = {
zfs_notifications = { zfs_notifications = {
auth = true;
tls = true;
host = config.host.storage.notifications.host; host = config.host.storage.notifications.host;
passwordeval = "cat ${config.host.storage.notifications.tokenFile}"; passwordeval = "cat ${config.host.storage.notifications.tokenFile}";
user = config.host.storage.notifications.user; user = config.host.storage.notifications.user;