From b45299bdc8eb3c10754fe8380c417ca9f9589c9f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 16:26:41 -0800 Subject: Modularize configuration more --- nix/systems/spontaneity/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/systems/spontaneity/default.nix') diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index 89b3ce6..bc7ba81 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -2,11 +2,12 @@ { imports = [ ../../modules/default.nix + ../../modules/vda-simple.nix ]; config.monorepo = { profiles = { - home.enable = false; server.enable = true; + home.enable = false; }; vars.hostName = "spontaneity"; }; -- cgit