test
This commit is contained in:
parent
0e5094bd9d
commit
37c4b214ac
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||||
|
|
||||||
# Define the secrets
|
# Define the secrets
|
||||||
sops.secrets.promtail.user = {};
|
config.sops.secrets.promtail.user = {};
|
||||||
sops.secrets.promtail.pass = {};
|
config.sops.secrets.promtail.pass = {};
|
||||||
sops.secrets.promtail.url = {};
|
config.sops.secrets.promtail.url = {};
|
||||||
|
|
||||||
# Install the package
|
# Install the package
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue