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
|
./netdata.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./open-webui-oci.nix
|
./open-webui-oci.nix
|
||||||
./print-server.nix
|
|
||||||
./rsshub-oci.nix
|
./rsshub-oci.nix
|
||||||
./samba.nix
|
./samba.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
constants,
|
constants,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.netdata = {
|
services.netdata = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.netdata.override { withCloudUi = false; };
|
||||||
config.global = {
|
config.global = {
|
||||||
"debug log" = "syslog";
|
"debug log" = "syslog";
|
||||||
"access 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 = {
|
services.netdata = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.netdata.override {
|
package = pkgs.netdata.override { withCloudUi = false; };
|
||||||
withCloudUi = true;
|
|
||||||
};
|
|
||||||
config.global = {
|
config.global = {
|
||||||
"debug log" = "syslog";
|
"debug log" = "syslog";
|
||||||
"access log" = "syslog";
|
"access log" = "syslog";
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,4 @@
|
||||||
|
|
||||||
inputs.synix.nixosModules.device.server
|
inputs.synix.nixosModules.device.server
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue