mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-26 10:08:51 -05:00
WHY IS IT DOTENV
This commit is contained in:
parent
13ed337bec
commit
cc93ac6f6f
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
|||
sops = {
|
||||
secrets = {
|
||||
vw = {
|
||||
format = "env";
|
||||
format = "dotenv";
|
||||
sopsFile = ./vw.env;
|
||||
path = "/home/${config.home.username}/src/vw/vw.env";
|
||||
};
|
||||
vw_backup = {
|
||||
format = "env";
|
||||
format = "dotenv";
|
||||
sopsFile = ./backup.env;
|
||||
path = "/home/${config.home.username}/src/vw/backup.env";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue