diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 17:22:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 17:47:27 -0400 |
commit | 0eb939a2b1a2886f9d52f3bd764614f43330e96a (patch) | |
tree | 177a6dcaa5d0ef89f05e0b9250463ec9f9044c94 /Biz/Cloud | |
parent | 953fc16e402c56798f26b7c3d1f38f23560b0faa (diff) |
Run deadnix as a linter
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Git.nix | 2 | ||||
-rw-r--r-- | Biz/Cloud/Grocy.nix | 2 | ||||
-rw-r--r-- | Biz/Cloud/Web.nix | 2 | ||||
-rw-r--r-- | Biz/Cloud/Znc.nix | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Biz/Cloud/Git.nix b/Biz/Cloud/Git.nix index d1cdf9f..a75fa82 100644 --- a/Biz/Cloud/Git.nix +++ b/Biz/Cloud/Git.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: +{ lib, config, ... }: let inherit (config.networking) domain; diff --git a/Biz/Cloud/Grocy.nix b/Biz/Cloud/Grocy.nix index 3f63cc7..697c2f1 100644 --- a/Biz/Cloud/Grocy.nix +++ b/Biz/Cloud/Grocy.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ ... }: { services.grocy = { diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 3c7acea..a096779 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, ... }: let rootDomain = config.networking.domain; diff --git a/Biz/Cloud/Znc.nix b/Biz/Cloud/Znc.nix index 5ec4e56..79eee95 100644 --- a/Biz/Cloud/Znc.nix +++ b/Biz/Cloud/Znc.nix @@ -6,7 +6,7 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' */ -{ pkgs, lib, ... }: +{ pkgs, ... }: { services = { |