mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
9 lines
156 B
Nix
9 lines
156 B
Nix
|
{ config, lib, pkgs, inputs, ... }:
|
||
|
|
||
|
{
|
||
|
services.status_cloud = {
|
||
|
enable = true;
|
||
|
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||
|
};
|
||
|
}
|