summaryrefslogtreecommitdiff
path: root/configurations/yavanna
diff options
context:
space:
mode:
Diffstat (limited to 'configurations/yavanna')
-rw-r--r--configurations/yavanna/default.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/configurations/yavanna/default.nix b/configurations/yavanna/default.nix
index aa3118e..e3172a6 100644
--- a/configurations/yavanna/default.nix
+++ b/configurations/yavanna/default.nix
@@ -14,36 +14,6 @@ with lib; {
rtorrent.enable = true;
};
- networking = let
- interface = "eth0";
- in {
- interfaces.${interface} = {
- ipv4.addresses = [
- {
- inherit (this.ipv4) address;
- prefixLength = 24;
- }
- ];
-
- ipv6.addresses = [
- {
- inherit (this.ipv6) address;
- prefixLength = 128;
- }
- ];
- };
-
- defaultGateway = {
- inherit interface;
- address = this.ipv4.gateway;
- };
-
- defaultGateway6 = {
- inherit interface;
- address = this.ipv6.gateway;
- };
- };
-
boot = {
loader.grub = {
enable = true;