mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08: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:
committed by
Robert Helgesson
parent
2e260431fc
commit
e2ecfbf6d0
@@ -14,7 +14,7 @@ in
|
||||
services.tahoe-lafs = {
|
||||
enable = lib.mkEnableOption "Tahoe-LAFS";
|
||||
|
||||
package = lib.mkPackageOption pkgs "tahoelafs" { };
|
||||
package = lib.mkPackageOption pkgs "tahoe-lafs" { };
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user