Implement nixos-modules/static-page test
All checks were successful
CI / build (push) Successful in 4m9s

This commit is contained in:
Fabian Hauser 2025-03-24 14:17:53 +02:00
parent c3962b9738
commit c9844276b8
8 changed files with 124 additions and 4 deletions

View file

@ -1,12 +1,10 @@
{
config,
pkgs,
lib,
...
}:
{
qois.static-page.pages = {
qois.static-page.pages = lib.mkDefault {
"fabianhauser.ch" = {
domainAliases = [
"www.fabianhauser.ch"

View file

@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
...
}: