diff --git a/nix/module.nix b/nix/module.nix index b629693..eb7884f 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -1,4 +1,3 @@ -# Untested, but should be the majority of what is needed. self: { lib, config, @@ -68,6 +67,8 @@ in { users.groups.${cfg.group} = {}; + environment.systemPackages = [self.packages.${pkgs.system}.tinyupload]; + systemd.services.tinyupload = { description = "tinyupload service"; wantedBy = ["multi-user.target"];