mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
refactor: topology aggregators groundwork
This commit is contained in:
parent
9ade767a3c
commit
97c73ab0ed
9 changed files with 11 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
./secrets.nix
|
||||
./telegraf.nix
|
||||
|
||||
../topology/module.nix
|
||||
../topology/nixos/module.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
|
2
topology/nixos/aggregators/disko.nix
Normal file
2
topology/nixos/aggregators/disko.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
2
topology/nixos/aggregators/network-interfaces.nix
Normal file
2
topology/nixos/aggregators/network-interfaces.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
2
topology/nixos/aggregators/node.nix
Normal file
2
topology/nixos/aggregators/node.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
2
topology/nixos/aggregators/systemd.nix
Normal file
2
topology/nixos/aggregators/systemd.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
2
topology/nixos/aggregators/wireguard.nix
Normal file
2
topology/nixos/aggregators/wireguard.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue