initial attempt to install zitadel
This commit is contained in:
parent
9b8ed8dde0
commit
4509427389
10 changed files with 151 additions and 37 deletions
|
@ -1,8 +1,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
config = {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -11,8 +11,8 @@
|
|||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets/secrets.yml;
|
||||
defaultSopsFormat = "yml";
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
|
||||
age.keyFile = "/home/";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue