hosts/suwako: split service files
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
17
hosts/suwako/services/pufferpanel.nix
Normal file
17
hosts/suwako/services/pufferpanel.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
services.pufferpanel = {
|
||||
enable = true;
|
||||
extraGroups = [ "docker" ];
|
||||
package = pkgs.buildFHSEnv {
|
||||
name = "pufferpanel-fhs";
|
||||
runScript = lib.getExe pkgs.pufferpanel;
|
||||
targetPkgs =
|
||||
pkgs': with pkgs'; [
|
||||
icu
|
||||
openssl
|
||||
zlib
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user