Compare commits

...

3 commits

Author SHA1 Message Date
6e12f3cce3
trash 2025-12-01 23:17:56 -06:00
a1d58322f1
Merge commit '23758a11c1' 2025-12-01 17:17:25 -06:00
23758a11c1 waybar: add waybar module 2025-10-07 15:13:17 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -132,6 +132,7 @@ with lib; {
users.fabian = {
imports = [
flakes.impermanence.nixosModules.home-manager.impermanence
flakes.trivionomicon.homeManagerModules.default
"${flakes.self}/home/platforms/fabian@vps"
"${flakes.self}/home"
];

View file

@ -35,7 +35,7 @@ with lib; {
environmentFile = "/var/trust/vaultwarden/smtp_key";
config = {
DOMAIN = "https://vault.posixlycorrect.com";
SIGNUPS_ALLOWED = false;
SIGNUPS_ALLOWED = true;
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = 8222;