remove nix-topology
This commit is contained in:
parent
c44f08d6be
commit
f2a76156c9
9 changed files with 2 additions and 102 deletions
|
|
@ -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")
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue