Implement nixos-modules/static-page test
All checks were successful
CI / build (push) Successful in 2m40s
All checks were successful
CI / build (push) Successful in 2m40s
This commit is contained in:
parent
c3962b9738
commit
7930f9191d
10 changed files with 180 additions and 15 deletions
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
qois.static-page.pages = {
|
||||
qois.static-page.pages = lib.mkDefault {
|
||||
"fabianhauser.ch" = {
|
||||
domainAliases = [
|
||||
"www.fabianhauser.ch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue