mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Treat secret names as strings
This commit is contained in:
parent
285367da58
commit
e333333914
4 changed files with 9 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
options.myConfig.git.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.myConfig.git.enable {
|
||||
sops.secrets.github-ssh-key.path = "${config.home.homeDirectory}/.ssh/github";
|
||||
sops.secrets."github-ssh-key".path = "${config.home.homeDirectory}/.ssh/github";
|
||||
|
||||
programs = {
|
||||
git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue