feat: replace further relative paths by input.self

This commit is contained in:
Swarsel 2024-12-05 03:14:54 +01:00
parent 3a95254b88
commit 83dd2c3f8f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 137 additions and 140 deletions

View file

@ -1,22 +1,21 @@
{ pkgs, config, ... }:
{
{ self, pkgs, config, ... }:
let
owner + "swarsel";
sopsFile = self + /secrets/work/secrets.yaml;
{
sops = {
secrets = {
clad = {
owner = "swarsel";
sopsFile = ../../../secrets/work/secrets.yaml;
inherit owner sopsfile;
};
dcad = {
owner = "swarsel";
sopsFile = ../../../secrets/work/secrets.yaml;
inherit owner sopsfile;
};
wsad = {
owner = "swarsel";
sopsFile = ../../../secrets/work/secrets.yaml;
inherit owner sopsfile;
};
imbad = {
owner = "swarsel";
sopsFile = ../../../secrets/work/secrets.yaml;
inherit owner sopsfile;
};
};
};
@ -111,4 +110,4 @@
};
};
}
}