Disable cloud sync on the server
This commit is contained in:
parent
e527b33d82
commit
f8eed79dd6
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue