🐛 fix migration to nixos-telemetry flake on orbi
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m34s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m34s
This commit is contained in:
parent
8deb5b98ed
commit
4b12e04e15
7 changed files with 12 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
||||||
{ lib, config, ... }:
|
{
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
with types;
|
with types;
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./default.nix
|
|
||||||
../timezone.nix
|
../timezone.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -116,6 +116,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${components}/monitor/container.nix"
|
"${components}/monitor/container.nix"
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.telemetry.nixosModules.telemetry
|
||||||
];
|
];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
||||||
|
|
|
@ -37,6 +37,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${components}/monitor/container.nix"
|
"${components}/monitor/container.nix"
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.telemetry.nixosModules.telemetry
|
||||||
];
|
];
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
||||||
|
|
|
@ -59,6 +59,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${components}/monitor/container.nix"
|
"${components}/monitor/container.nix"
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.telemetry.nixosModules.telemetry
|
||||||
];
|
];
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
||||||
|
|
|
@ -36,6 +36,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${components}/monitor/container.nix"
|
"${components}/monitor/container.nix"
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.telemetry.nixosModules.telemetry
|
||||||
];
|
];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
||||||
|
|
|
@ -27,6 +27,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${components}/monitor/container.nix"
|
"${components}/monitor/container.nix"
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.telemetry.nixosModules.telemetry
|
||||||
];
|
];
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
||||||
|
|
|
@ -92,6 +92,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${components}/monitor/container.nix"
|
"${components}/monitor/container.nix"
|
||||||
inputs.nix-topology.nixosModules.default
|
inputs.nix-topology.nixosModules.default
|
||||||
|
inputs.telemetry.nixosModules.telemetry
|
||||||
];
|
];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
|
||||||
|
|
Loading…
Reference in a new issue