aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity/default.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-03 16:26:41 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-03 16:26:41 -0800
commitb45299bdc8eb3c10754fe8380c417ca9f9589c9f (patch)
tree6312cfc8355a48265c1407c6068952e73bde79fc /nix/systems/spontaneity/default.nix
parent66c78fdb55211cc071b87761635284f17b7c7c4c (diff)
Modularize configuration more
Diffstat (limited to 'nix/systems/spontaneity/default.nix')
-rw-r--r--nix/systems/spontaneity/default.nix3
1 files changed, 2 insertions, 1 deletions
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";
};