Compare commits
1 commit
main
...
flake-refa
| Author | SHA1 | Date | |
|---|---|---|---|
| d4e12d46b3 |
2 changed files with 11 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
'';
|
'';
|
||||||
package = pkgs.caddy.withPlugins {
|
package = pkgs.caddy.withPlugins {
|
||||||
plugins = [ "github.com/caddy-dns/porkbun@v0.3.1" ];
|
plugins = [ "github.com/caddy-dns/porkbun@v0.3.1" ];
|
||||||
hash = "sha256-NlZY/EEY9TbqrMAkSHK2aGm5AjFTvpvBXV1GW1PnXCc=";
|
hash = "sha256-j/GODingW5BhfjQRajinivX/9zpiLGgyxvAjX0+amRU=";
|
||||||
};
|
};
|
||||||
virtualHosts = config.caddy.vhosts;
|
virtualHosts = config.caddy.vhosts;
|
||||||
email = config.caddy.adminEmail;
|
email = config.caddy.adminEmail;
|
||||||
|
|
|
||||||
10
users/badtz@juri/user.nix
Normal file
10
users/badtz@juri/user.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
fish.enable = true;
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
username = "Badtz";
|
||||||
|
email = "may@badtz.dev";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue