We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d234e commit 6e2d5b3Copy full SHA for 6e2d5b3
nix/module.nix
@@ -31,6 +31,10 @@ in {
31
config = mkIf cfg.enable {
32
environment.systemPackages = [cfg.package];
33
34
+ # This is necessary for the Superfreq CLI. The environment variable
35
+ # passed to the systemd service will take priority in read order.
36
+ environment.etc."superfreq.toml".source = cfgFile;
37
+
38
systemd.services.superfreq = {
39
wantedBy = ["multi-user.target"];
40
conflicts = [
0 commit comments