test
This commit is contained in:
parent
02f8893dc4
commit
821cb09e6c
2 changed files with 5 additions and 2 deletions
|
@ -40,6 +40,10 @@
|
|||
config = { allowUnfree = true; };
|
||||
};
|
||||
|
||||
sops-nix = import sops-nix {
|
||||
inherit system;
|
||||
};
|
||||
|
||||
lib = stable-nixpkgs.lib;
|
||||
in {
|
||||
# NixOS Configuration files:
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, sops, ... }: {
|
||||
# Promtail Logging
|
||||
|
||||
# Import the file:
|
||||
imports = [ <sops-nix/modules/sops> ];
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
|
||||
# Define the secrets
|
||||
|
|
Loading…
Reference in a new issue