From 776b238d9ce750b19bb3089118df25950dab28da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 17 Jan 2024 10:59:01 +0100 Subject: [PATCH] disable state home for now --- nixosModules/clanCore/state.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixosModules/clanCore/state.nix b/nixosModules/clanCore/state.nix index 3a1c4ffed..4817a2fe4 100644 --- a/nixosModules/clanCore/state.nix +++ b/nixosModules/clanCore/state.nix @@ -1,7 +1,8 @@ { lib, ... }: { # defaults - config.clanCore.state.HOME.folders = [ "/home" ]; + # FIXME: currently broken, will be fixed soon + #config.clanCore.state.HOME.folders = [ "/home" ]; # interface options.clanCore.state = lib.mkOption {