We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eca9c commit ee5bef2Copy full SHA for ee5bef2
nix/modules/home-manager.nix
@@ -4,10 +4,10 @@ self: {
4
lib,
5
...
6
}: let
7
- cfg = config.services.tailray;
8
-
9
- inherit (lib.meta) getExe;
10
inherit (lib.options) mkEnableOption mkPackageOption;
+ inherit (lib.meta) getExe;
+
+ cfg = config.services.tailray;
11
in {
12
meta.maintainers = with lib.maintainers; [fufexan];
13
nix/modules/nixos.nix
@@ -9,7 +9,7 @@ self: {
cfg = config.services.tailray;
- meta.maintainers = with lib.maintainers; [fufexan];
+ meta.maintainers = with lib.maintainers; [NotAShelf];
14
options.services.tailray = {
15
enable = mkEnableOption "Tailray, a Tailscale tray";
0 commit comments