From 56faa5e9caf4408c2c4d6df50287c3b1c9e6c1b4 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 5 Feb 2025 03:38:52 -0800 Subject: Finish automation of spontaneity cloud deployments --- nix/systems/spontaneity/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/systems/spontaneity/default.nix') diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index 5f79855..ae79429 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -10,6 +10,7 @@ profiles = { server.enable = true; ttyonly.enable = true; + grub.enable = true; }; vars.hostName = "spontaneity"; }; -- cgit