commit | bdc2345acae7c87fd97cb37165b2a3609f63a86e | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Wed Jun 14 13:39:10 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Wed Jun 14 13:39:10 2023 -0400 |
tree | d95d035b6ea0ee398532854bb7478fb4437460f0 | |
parent | e6f67ce43e3f1a3aae0573c8f4ad0cc49fcb4245 [diff] [blame] |
add syncthing.nix, add drivePaths.nix for mounting drive_paths
diff --git a/modules/scalpel.nix b/modules/scalpel.nix index 569d2b4..0e0e257 100644 --- a/modules/scalpel.nix +++ b/modules/scalpel.nix
@@ -1,6 +1,8 @@ -{ lib, config, ... }: let +{ lib, config, ... }: +let cfg = config.scalpel; -in { +in +{ system.activationScripts.scalpelCreateStore.text = lib.mkForce '' echo "[scalpel] Ensuring existance of ${cfg.secretsDir}" mkdir -p ${cfg.secretsDir}