From 49eca79751cce31bd5eaaecfa69ec142e7d70c7d Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 10 Jan 2024 17:37:40 +0700 Subject: [PATCH] state: declare /home as state by default --- nixosModules/clanCore/state.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixosModules/clanCore/state.nix b/nixosModules/clanCore/state.nix index 9d9f39444..3a1c4ffed 100644 --- a/nixosModules/clanCore/state.nix +++ b/nixosModules/clanCore/state.nix @@ -1,5 +1,9 @@ { lib, ... }: { + # defaults + config.clanCore.state.HOME.folders = [ "/home" ]; + + # interface options.clanCore.state = lib.mkOption { default = { }; type = lib.types.attrsOf