about summary refs log tree commit diff
path: root/lib/my.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
commite6ed60548397627bf10f561f9438201dbba0a36e (patch)
treef9a84c5957d2cc4fcd148065ee9365a0c851ae1c /lib/my.nix
parent2024-04-18 (diff)
2024-04-21
Diffstat (limited to '')
-rw-r--r--lib/my.nix22
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;

Consider giving Nix/NixOS a try! <3