mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 09:27:46 -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 = [
|
imports = [
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
# Configure secrets stuff
|
# Configure secrets stuff
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = "../../secrets.yaml";
|
defaultSopsFile = ../../secrets.yaml;
|
||||||
defaultSopsFormat = "yaml";
|
defaultSopsFormat = "yaml";
|
||||||
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
|
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue