ugh, weirdness ensues
This commit is contained in:
parent
ff0c463eab
commit
09b309d0c5
1 changed files with 21 additions and 16 deletions
|
|
@ -394,7 +394,8 @@
|
|||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "noa@voorwaarts.nl";
|
||||
certs = {
|
||||
certs = lib.mkMerge [
|
||||
({
|
||||
"noa.voorwaarts.nl".extraDomainNames = [
|
||||
"images.noa.voorwaarts.nl"
|
||||
"maintenance.noa.voorwaarts.nl"
|
||||
|
|
@ -407,9 +408,13 @@
|
|||
]
|
||||
++ [
|
||||
(lib.mkIf (import ./toggles.nix).enableFlurry "flurry.itepastra.nl")
|
||||
]
|
||||
++ [ (lib.mkIf (import ./toggles.nix).enableQubitQuilt "geenit.nl") ];
|
||||
};
|
||||
];
|
||||
})
|
||||
(lib.mkIf (import ./toggles.nix).enableQubitQuilt {
|
||||
"geenit.nl" = { };
|
||||
})
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
stylix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue