From 3b2c0d88ff659a4b7f30903582e072b07d99bad3 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Thu, 13 Oct 2022 09:03:02 -0400 Subject: [PATCH] Remove bluetooth/printing and update vaultwarden config --- machines/pedro/configuration.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/machines/pedro/configuration.nix b/machines/pedro/configuration.nix index 14b260c..aaf39c7 100644 --- a/machines/pedro/configuration.nix +++ b/machines/pedro/configuration.nix @@ -79,11 +79,6 @@ #package = pkgs.pulseaudioFull; #}; hardware.bluetooth.enable = false; - services.blueman.enable = false; - - - # Enable CUPS to print documents. - services.printing.enable = false; # Enable sound. sound.enable = false; @@ -160,9 +155,11 @@ vaultwarden = { enable = true; - config = { - domain = "http://pedro:8081"; - signupsAllowed = true; + config = { # https://github.com/dani-garcia/vaultwarden/blob/1.25.2/.env.template + DOMAIN = "https://vault.jhink.org"; + ROCKET_ADDRESS = "0.0.0.0"; + ROCKET_PORT = 8222; + SIGNUPS_ALLOWED = true; }; };