ran deadnix

This commit is contained in:
Rouven Seifert 2024-10-08 21:36:52 +02:00
parent ea8efc298d
commit efc38dac8f
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# From: https://nixos.wiki/wiki/Podman
virtualisation.containers.enable = true;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
let
domain = "decisions.${config.networking.domain}";
in

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, ... }:
let
domain = "sso.${config.networking.domain}";
in

View file

@ -1,4 +1,4 @@
{ config, pkgs, system, ... }:
{ config, pkgs, ... }:
let
domain = "auth.${config.networking.domain}";
seedSettings = {

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
# provide access to iLO of colocated server