setup nix-topology
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
inputs.clan-core.clanModules.state-version
|
||||
../../modules/remote-builder.nix
|
||||
../../modules/borgbackup.nix
|
||||
./topology.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
11
machines/crocus/topology.nix
Normal file
11
machines/crocus/topology.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
topology.self = {
|
||||
hardware.info = "x86_64 VPS";
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
type = "wireguard";
|
||||
network = "tailscale";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user