mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(topology): render network addresses
This commit is contained in:
parent
887115c96d
commit
25a864b1e8
8 changed files with 31 additions and 23 deletions
3
modules/config/topology.nix
Normal file
3
modules/config/topology.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{config, ...}: {
|
||||
topology.id = config.node.name;
|
||||
}
|
|
@ -24,6 +24,7 @@
|
|||
./config/secrets.nix
|
||||
./config/ssh.nix
|
||||
./config/system.nix
|
||||
./config/topology.nix
|
||||
./config/users.nix
|
||||
|
||||
./acme-wildcard.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue