aboutsummaryrefslogtreecommitdiff
path: root/node/cariacou.nix
diff options
context:
space:
mode:
Diffstat (limited to 'node/cariacou.nix')
-rw-r--r--node/cariacou.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/node/cariacou.nix b/node/cariacou.nix
index bad08e8..bb43c22 100644
--- a/node/cariacou.nix
+++ b/node/cariacou.nix
@@ -17,10 +17,6 @@
prefixLength = 24;
}
];
- networking.defaultGateway = {
- address = "192.168.1.254";
- interface = "eno1";
- };
networking.wireguard.interfaces.wg0 = {
ips = [ "10.42.0.21/16" ];
@@ -29,15 +25,4 @@
# Enable netdata monitoring
services.netdata.enable = true;
-
- # ----
-
- nix = {
- binaryCaches = [
- "http://binarycache.home.adnab.me"
- ];
- binaryCachePublicKeys = [
- "binarycache.home.adnab.me:ErR6pMnewf9oVyZJd5uC2nI4EZF49c7Mh86eDZWYZaw="
- ];
- };
}