Add vaultwarden.
This commit is contained in:
parent
abeef2cb58
commit
cf9c488824
8 changed files with 29 additions and 10 deletions
|
|
@ -4,15 +4,18 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
foehammer = {
|
||||
users.admin = {
|
||||
enable = true;
|
||||
hashedPasswordFile = config.sops.secrets.admin-password.path;
|
||||
};
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
domain = "https://passwords.foehammer.me";
|
||||
signups = false;
|
||||
envPath = config.sops.secrets.vaultwarden-env.path;
|
||||
};
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue