refactor(treewide): statix

This commit is contained in:
ooks-io 2024-08-11 20:24:40 +12:00
parent 366fa0ce80
commit 7f2cd7a343
71 changed files with 84 additions and 84 deletions

View file

@ -5,7 +5,7 @@
}: let
inherit (lib) mkIf;
inherit (builtins) elem;
profiles = config.ooknet.host.profiles;
inherit (config.ooknet.host) profiles;
in {
config = mkIf (elem "gaming" profiles) {
ooknet.gaming = {

View file

@ -5,7 +5,7 @@
}: let
inherit (lib) mkIf;
inherit (builtins) elem;
profiles = config.ooknet.host.profiles;
inherit (config.ooknet.host) profiles;
in {
config = mkIf (elem "media-server" profiles) {
ooknet.services.nixarr.enable = true;