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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -18,7 +18,6 @@
|
||||
./pinchflat.nix
|
||||
./syncthing.nix
|
||||
./taskchampion.nix
|
||||
./topology.nix
|
||||
|
||||
../../modules/acme-home.nix
|
||||
../../modules/lounge.nix
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
inherit (config.lib.topology)
|
||||
mkConnection
|
||||
;
|
||||
in
|
||||
{
|
||||
topology.self = {
|
||||
hardware.info = "Raspberry Pi 4B";
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
type = "wireguard";
|
||||
network = "tailscale";
|
||||
};
|
||||
enp1s0 = {
|
||||
type = "ethernet";
|
||||
network = "home";
|
||||
physicalConnections = [
|
||||
(mkConnection "cassoulet" "eth1")
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -17,7 +17,6 @@
|
||||
./thunderbird.nix
|
||||
./network.nix
|
||||
./syncthing.nix
|
||||
./topology.nix
|
||||
./video.nix
|
||||
../../system
|
||||
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
topology.self = {
|
||||
hardware.info = "VivoBook Laptop";
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
type = "wireguard";
|
||||
network = "tailscale";
|
||||
virtual = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user