Skip to content

Commit

Permalink
fix: rename services to programs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwjackson committed May 20, 2024
1 parent 28f599d commit a2abaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/default/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pname = "tmesh";

package = inputs.self.packages.${system}.${pname};
cfg = config.services.${pname};
cfg = config.programs.${pname};
jsonConfig = builtins.toJSON cfg.settings;
jsonConfigFile = pkgs.writeText "config.json" jsonConfig;
in {
Expand Down

0 comments on commit a2abaf2

Please sign in to comment.