Forgot to use branches, remember kids: use protection
I'd like less generations please side note: it's a bit weird that you can't specify how many generations you'd like to keep, like what if I want 3 generations to stay available?
This commit is contained in:
parent
fcbbf4b8e4
commit
e20755851c
13 changed files with 345 additions and 110 deletions
|
|
@ -30,6 +30,9 @@
|
|||
"security@zacharyscheiman.com"
|
||||
];
|
||||
};
|
||||
"spamella@zacharyscheiman.com" = {
|
||||
hashedPasswordFile = config.sops.secrets."mail/me".path;
|
||||
};
|
||||
};
|
||||
|
||||
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ let
|
|||
# we have to explicitly pass in arguments because we're using import
|
||||
phpsock = config.services.phpfpm.pools.nginx.socket;
|
||||
inherit pkgs;
|
||||
inherit config;
|
||||
});
|
||||
}) <| virtHosts);
|
||||
in {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ phpsock, pkgs, ... }:
|
||||
{
|
||||
serverAliases = ["www.squi.bid"];
|
||||
root = "/var/www/squi.bid"; # TODO: make declarative
|
||||
root = "/var/www/squi.bid";
|
||||
|
||||
locations = {
|
||||
"/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue