Disable cloud sync on the server

This commit is contained in:
Manuel Thalmann 2024-12-06 13:40:04 +01:00
parent e527b33d82
commit f8eed79dd6

View file

@ -1,7 +1,7 @@
{ lib, config, ... }: { lib, config, ... }:
let fs = import ../../../lib/modules/partition/fs.nix; let fs = import ../../../lib/modules/partition/fs.nix;
in { in {
imports = [ ./defaults.nix ]; imports = [ ../../users/manuel/config.nix ];
config = { config = {
valhalla = { valhalla = {