Merge pull request 'finally free again' (#92) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 55s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 55s
Reviewed-on: #92
This commit is contained in:
commit
a239dfc137
5 changed files with 3 additions and 18 deletions
|
|
@ -19,7 +19,6 @@
|
|||
./netdata.nix
|
||||
./nginx.nix
|
||||
./open-webui-oci.nix
|
||||
./print-server.nix
|
||||
./rsshub-oci.nix
|
||||
./samba.nix
|
||||
./vaultwarden.nix
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
config,
|
||||
constants,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.netdata = {
|
||||
enable = true;
|
||||
package = pkgs.netdata.override { withCloudUi = false; };
|
||||
config.global = {
|
||||
"debug log" = "syslog";
|
||||
"access log" = "syslog";
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.nixosModules.print-server
|
||||
];
|
||||
|
||||
services.print-server.enable = true;
|
||||
}
|
||||
|
|
@ -10,9 +10,7 @@ in
|
|||
{
|
||||
services.netdata = {
|
||||
enable = true;
|
||||
package = pkgs.netdata.override {
|
||||
withCloudUi = true;
|
||||
};
|
||||
package = pkgs.netdata.override { withCloudUi = false; };
|
||||
config.global = {
|
||||
"debug log" = "syslog";
|
||||
"access log" = "syslog";
|
||||
|
|
|
|||
|
|
@ -7,6 +7,4 @@
|
|||
|
||||
inputs.synix.nixosModules.device.server
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue