mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
tahoe-lafs: update default package
Using old name that was changed in 2018. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
2e260431fc
commit
e2ecfbf6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
services.tahoe-lafs = {
|
||||
enable = lib.mkEnableOption "Tahoe-LAFS";
|
||||
|
||||
package = lib.mkPackageOption pkgs "tahoelafs" { };
|
||||
package = lib.mkPackageOption pkgs "tahoe-lafs" { };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue