mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Quotes?
This commit is contained in:
parent
affa3000d7
commit
620df81129
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Configure secrets stuff
|
||||
sops = {
|
||||
defaultSopsFile = "../../secrets.yaml";
|
||||
defaultSopsFile = ../../secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue