flake: switch back entire config to unstable
Mixing stable and unstable brought me weird problems, so I'm switching back to unstable entirely until it breaks hard enough to convince me to go back to stable. :)
This commit is contained in:
parent
12c60e9d2e
commit
bdd0748620
8 changed files with 24 additions and 37 deletions
|
|
@ -38,7 +38,7 @@ in
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Environment = [];
|
||||
ExecStart = "${pkgs.unstable.fava}/bin/fava -H 127.0.0.1 -p ${toString cfg.port} ${cfg.filePath}";
|
||||
ExecStart = "${pkgs.fava}/bin/fava -H 127.0.0.1 -p ${toString cfg.port} ${cfg.filePath}";
|
||||
WorkingDirectory = cfg.home;
|
||||
User = "fava";
|
||||
Group = "fava";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue