From c9a7ce7150b60f8b641aefce46abfbe7c3fed929 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 3 Jan 2025 18:27:49 -0600 Subject: [PATCH] reorganized configs in configuration.nix --- configurations/nixos/defiant/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configurations/nixos/defiant/configuration.nix b/configurations/nixos/defiant/configuration.nix index a619c03..a5e9c7d 100644 --- a/configurations/nixos/defiant/configuration.nix +++ b/configurations/nixos/defiant/configuration.nix @@ -68,6 +68,13 @@ }; }; }; + podman = { + macvlan = { + subnet = "192.168.1.0/24"; + gateway = "192.168.1.1"; + networkInterface = "bond0"; + }; + }; jellyfin = { enable = true; subdomain = "media"; @@ -88,13 +95,6 @@ enable = true; ip = "192.168.1.201"; }; - podman = { - macvlan = { - subnet = "192.168.1.0/24"; - gateway = "192.168.1.1"; - networkInterface = "bond0"; - }; - }; nextcloud = { enable = true; subdomain = "drive";