home: secrets: fix path to 'keys'
This commit is contained in:
parent
533e3b9a9f
commit
2cbcbb7b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Common secrets
|
||||
let
|
||||
keys = import ../../keys;
|
||||
keys = import ../../../keys;
|
||||
|
||||
all = builtins.attrValues keys.users;
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue