less microvm boilerplate
This commit is contained in:
parent
9842b2df1a
commit
9ebfe0c59b
3 changed files with 92 additions and 134 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ config, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.authentik-nix.nixosModules.default
|
||||
];
|
||||
sops.secrets."authentik/env" = { };
|
||||
services.authentik = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
microvm.stateDir = "/var/lib/microvms";
|
||||
microvm.autostart = [
|
||||
"auth"
|
||||
"radicale"
|
||||
"immich"
|
||||
"miniflux"
|
||||
];
|
||||
microvm.vms = {
|
||||
auth = {
|
||||
flake = inputs.self;
|
||||
updateFlake = "github:gshipunov/nix-config/master";
|
||||
};
|
||||
radicale = {
|
||||
flake = inputs.self;
|
||||
updateFlake = "github:gshipunov/nix-config/master";
|
||||
};
|
||||
immich = {
|
||||
flake = inputs.self;
|
||||
updateFlake = "github:gshipunov/nix-config/master";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue