This commit is contained in:
2023-02-27 15:40:54 +00:00
parent 9c270ccc0b
commit 3482a29ed4
4 changed files with 66 additions and 27 deletions

View File

@@ -19,8 +19,8 @@
secrets.mrconfig = {
sopsFile = "${config._secretstore}/user_dotfiles/mrconfig"; # optionally define per-secret files
format = "binary";
# path = "${config.home.homeDirectory}/.mrconfig";
path = "${config.home.homeDirectory}/${getEnv_name}";
path = "${config.home.homeDirectory}/.mrconfig";
# path = "${config.home.homeDirectory}/${getEnv_name}";
};
};