diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/root/arrakis.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix index 43c0bc3..dcb5347 100644 --- a/home/root/arrakis.nix +++ b/home/root/arrakis.nix @@ -74,6 +74,6 @@ }; nix.extraOptions = '' - !include ${config.sops.secrets."nix-access-token-github".path} + !include /run/secrets/nix-access-token-github ''; } |