aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/spontaneity')
-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";
};