mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Create networking abstraction
This commit is contained in:
parent
6804112df6
commit
9bbd0c3e89
15 changed files with 221 additions and 165 deletions
|
|
@ -22,7 +22,7 @@ let
|
|||
|
||||
mkDeployNode = hostname: {
|
||||
hostname = "${hostname}.${
|
||||
self.nixosConfigurations.${hostname}.config.custom.services.nebula.network.domain
|
||||
self.nixosConfigurations.${hostname}.config.custom.networking.overlay.domain
|
||||
}";
|
||||
user = "root";
|
||||
interactiveSudo = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue