diff --git a/flake.nix b/flake.nix index ab15c08c..5dad7eb1 100644 --- a/flake.nix +++ b/flake.nix @@ -115,6 +115,10 @@ rec { name = "nas"; # My nas system = "x86_64-linux"; } + { + name = "installer"; # Installer + system = "x86_64-linux"; + } { name = "instance-20221213-1915"; # Oracle server system = "aarch64-linux";