remove nix-topology
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
{
|
||||
imports = [
|
||||
# ./radicle.nix
|
||||
../../system
|
||||
../../system/core
|
||||
../../system/nix
|
||||
../../modules/remote-builder.nix
|
||||
./nextcloud.nix
|
||||
./topology.nix
|
||||
../../modules/unbound.nix
|
||||
../../modules/unbound-auth.nix
|
||||
self.nixosModules.gitea
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
topology.self = {
|
||||
hardware.info = "x86_64 VPS";
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
type = "wireguard";
|
||||
network = "tailscale";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user