diff options
Diffstat (limited to '')
-rw-r--r-- | lib/my.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/my.nix b/lib/my.nix index 391d0ee..c0ec35a 100644 --- a/lib/my.nix +++ b/lib/my.nix @@ -258,28 +258,6 @@ with lib; syncthing.id = "@SYNCTHING_ID@"; }; - # Macbook Air M1. - mairon = { - system = "aarch64-darwin"; - isHeadful = true; - wireguard = { - ipv4.address = "10.69.4.2"; - ipv6.address = "fd69::4:2"; - publicKey = "@PUBLIC_KEY@"; - }; - }; - - # Google Pixel 4a w/ GrapheneOS. - gothmog = { - isOther = true; - wireguard = { - ipv4.address = "10.69.5.1"; - ipv6.address = "fd69::5:1"; - publicKey = "@PUBLIC_KEY@"; - }; - syncthing.id = "@SYNCTHING_ID@"; - }; - # Google Pixel 7a w/ GrapheneOS. lungorthin = { isOther = true; |