mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: hyprland improvements, terraform email
This commit is contained in:
parent
4759970fe8
commit
c7c485f955
20 changed files with 205 additions and 100 deletions
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
stateVersion = 3;
|
||||
fqdn = "rinnosuke.inskip.me";
|
||||
domains = ["dork.dev"];
|
||||
domains = ["dork.dev" "kittywit.ch" "inskip.me"];
|
||||
|
||||
fullTextSearch.enable = true;
|
||||
|
||||
|
|
@ -17,9 +17,13 @@
|
|||
hashedPasswordFile = config.sops.secrets.kat-password.path;
|
||||
aliases = [
|
||||
"@dork.dev"
|
||||
"@inskip.me"
|
||||
"@kittywit.ch"
|
||||
];
|
||||
catchAll = [
|
||||
"dork.dev"
|
||||
"inskip.me"
|
||||
"kittywit.ch"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue