From 609dca453c6d034db4654bcb4a467f2626e574d3 Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 4 Feb 2023 02:52:04 +0100 Subject: [PATCH] Fix cloud --- nixos/machines/hera/cloud.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/machines/hera/cloud.nix b/nixos/machines/hera/cloud.nix index 816507b7..61636e20 100644 --- a/nixos/machines/hera/cloud.nix +++ b/nixos/machines/hera/cloud.nix @@ -78,7 +78,12 @@ privateNetwork = true; hostBridge = "bridge"; config = {pkgs, ...}: { - imports = [flake-inputs.self.nixosModules.insertOverlays] ++ flake-inputs.modules; + imports = + [ + ../../roles + flake-inputs.self.nixosModules.insertOverlays + ] + ++ flake-inputs.modules; networking = { interfaces.eth0 = {