From 5d64d2d42f00349b402cf50ff098c36d765cfbe3 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 6 Dec 2024 13:40:04 +0100 Subject: [PATCH] Disable cloud sync on the server --- profiles/machines/manuel/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/machines/manuel/server.nix b/profiles/machines/manuel/server.nix index 95f052a8..1a8df6aa 100644 --- a/profiles/machines/manuel/server.nix +++ b/profiles/machines/manuel/server.nix @@ -1,7 +1,7 @@ { lib, config, ... }: let fs = import ../../../lib/modules/partition/fs.nix; in { - imports = [ ./defaults.nix ]; + imports = [ ../../users/manuel/config.nix ]; config = { valhalla = {